Caramel Drizzle
#d9ad7f
Caramel Drizzle, represented by the hex value #d9ad7f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d9ad7f | |
|---|---|---|
| RGB | rgb(217, 173, 127) | |
| HSL | hsl(31, 54%, 67%) | |
| CMYK | cmyk(0%, 20%, 41%, 15%) | |
| LAB | lab(74, 12, 30) | |
| OKLCH | oklch(0.78 0.08 67) |
Color harmonies
Tints & shades
Code snippets
color: #d9ad7f;
background-color: #d9ad7f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD9AD7F)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.68, blue: 0.50, alpha: 1.0)