Sunken Gold
#b29700
Looking for the precise values behind Sunken Gold (#b29700)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b29700 | |
|---|---|---|
| RGB | rgb(178, 151, 0) | |
| HSL | hsl(51, 100%, 35%) | |
| CMYK | cmyk(0%, 15%, 100%, 30%) | |
| LAB | lab(63, 1, 66) | |
| OKLCH | oklch(0.68 0.14 96) |
Color harmonies
Tints & shades
Code snippets
color: #b29700;
background-color: #b29700;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB29700)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.59, blue: 0.00, alpha: 1.0)