Goldie
#c89d3f
Goldie, represented by the hex value #c89d3f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c89d3f | |
|---|---|---|
| RGB | rgb(200, 157, 63) | |
| HSL | hsl(41, 55%, 52%) | |
| CMYK | cmyk(0%, 21%, 69%, 22%) | |
| LAB | lab(68, 9, 54) | |
| OKLCH | oklch(0.72 0.121 84) |
Color harmonies
Tints & shades
Code snippets
color: #c89d3f;
background-color: #c89d3f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC89D3F)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.62, blue: 0.25, alpha: 1.0)