Goldbricker
#c5a049
Looking for the precise values behind Goldbricker (#c5a049)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c5a049 | |
|---|---|---|
| RGB | rgb(197, 160, 73) | |
| HSL | hsl(42, 52%, 53%) | |
| CMYK | cmyk(0%, 19%, 63%, 23%) | |
| LAB | lab(68, 7, 50) | |
| OKLCH | oklch(0.72 0.114 86) |
Color harmonies
Tints & shades
Code snippets
color: #c5a049;
background-color: #c5a049;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC5A049)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.63, blue: 0.29, alpha: 1.0)