Gold Rush
#c4a777
Gold Rush, represented by the hex value #c4a777, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c4a777 | |
|---|---|---|
| RGB | rgb(196, 167, 119) | |
| HSL | hsl(37, 39%, 62%) | |
| CMYK | cmyk(0%, 15%, 39%, 23%) | |
| LAB | lab(70, 6, 29) | |
| OKLCH | oklch(0.74 0.072 80) |
Color harmonies
Tints & shades
Code snippets
color: #c4a777;
background-color: #c4a777;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC4A777)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.65, blue: 0.47, alpha: 1.0)