Buried Gold
#dbbc4b
Buried Gold is a color with the hex code #dbbc4b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dbbc4b | |
|---|---|---|
| RGB | rgb(219, 188, 75) | |
| HSL | hsl(47, 67%, 58%) | |
| CMYK | cmyk(0%, 14%, 66%, 14%) | |
| LAB | lab(77, 2, 59) | |
| OKLCH | oklch(0.8 0.135 94) |
Color harmonies
Tints & shades
Code snippets
color: #dbbc4b;
background-color: #dbbc4b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDBBC4B)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.74, blue: 0.29, alpha: 1.0)