Kingpin Gold
#de9930
Looking for the precise values behind Kingpin Gold (#de9930)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #de9930 | |
|---|---|---|
| RGB | rgb(222, 153, 48) | |
| HSL | hsl(36, 73%, 53%) | |
| CMYK | cmyk(0%, 31%, 78%, 13%) | |
| LAB | lab(69, 20, 62) | |
| OKLCH | oklch(0.73 0.14 73) |
Color harmonies
Tints & shades
Code snippets
color: #de9930;
background-color: #de9930;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFDE9930)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.60, blue: 0.19, alpha: 1.0)