Desert Temple
#ddcc99
Here's everything about the color Desert Temple (#ddcc99) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ddcc99 | |
|---|---|---|
| RGB | rgb(221, 204, 153) | |
| HSL | hsl(45, 50%, 73%) | |
| CMYK | cmyk(0%, 8%, 31%, 13%) | |
| LAB | lab(83, 1, 28) | |
| OKLCH | oklch(0.85 0.069 92) |
Color harmonies
Tints & shades
Code snippets
color: #ddcc99;
background-color: #ddcc99;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDCC99)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.80, blue: 0.60, alpha: 1.0)