24 Karat
#dfc685
Looking for the precise values behind 24 Karat (#dfc685)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dfc685 | |
|---|---|---|
| RGB | rgb(223, 198, 133) | |
| HSL | hsl(43, 58%, 70%) | |
| CMYK | cmyk(0%, 11%, 40%, 13%) | |
| LAB | lab(81, 3, 36) | |
| OKLCH | oklch(0.83 0.088 89) |
Color harmonies
Tints & shades
Code snippets
color: #dfc685;
background-color: #dfc685;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFC685)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.78, blue: 0.52, alpha: 1.0)