The Weight of Gold
#cdbb63
Looking for the precise values behind The Weight of Gold (#cdbb63)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cdbb63 | |
|---|---|---|
| RGB | rgb(205, 187, 99) | |
| HSL | hsl(50, 51%, 60%) | |
| CMYK | cmyk(0%, 9%, 52%, 20%) | |
| LAB | lab(76, -2, 46) | |
| OKLCH | oklch(0.79 0.111 98) |
Color harmonies
Tints & shades
Code snippets
color: #cdbb63;
background-color: #cdbb63;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCDBB63)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.73, blue: 0.39, alpha: 1.0)