Gold Vein
#d6b956
Looking for the precise values behind Gold Vein (#d6b956)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d6b956 | |
|---|---|---|
| RGB | rgb(214, 185, 86) | |
| HSL | hsl(46, 61%, 59%) | |
| CMYK | cmyk(0%, 14%, 60%, 16%) | |
| LAB | lab(76, 2, 53) | |
| OKLCH | oklch(0.79 0.123 93) |
Color harmonies
Tints & shades
Code snippets
color: #d6b956;
background-color: #d6b956;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD6B956)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.73, blue: 0.34, alpha: 1.0)