Oldies but Goldies
#d6b63d
Oldies but Goldies, represented by the hex value #d6b63d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d6b63d | |
|---|---|---|
| RGB | rgb(214, 182, 61) | |
| HSL | hsl(47, 65%, 54%) | |
| CMYK | cmyk(0%, 15%, 71%, 16%) | |
| LAB | lab(75, 3, 63) | |
| OKLCH | oklch(0.78 0.14 94) |
Color harmonies
Tints & shades
Code snippets
color: #d6b63d;
background-color: #d6b63d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD6B63D)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.71, blue: 0.24, alpha: 1.0)