Dune
#d5c0a1
Looking for the precise values behind Dune (#d5c0a1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d5c0a1 | |
|---|---|---|
| RGB | rgb(213, 192, 161) | |
| HSL | hsl(36, 38%, 73%) | |
| CMYK | cmyk(0%, 10%, 24%, 16%) | |
| LAB | lab(79, 4, 19) | |
| OKLCH | oklch(0.82 0.048 78) |
Color harmonies
Tints & shades
Code snippets
color: #d5c0a1;
background-color: #d5c0a1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD5C0A1)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.75, blue: 0.63, alpha: 1.0)