Desert
#ccad60
Desert is a color with the hex code #ccad60. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ccad60 | |
|---|---|---|
| RGB | rgb(204, 173, 96) | |
| HSL | hsl(43, 51%, 59%) | |
| CMYK | cmyk(0%, 15%, 53%, 20%) | |
| LAB | lab(72, 5, 44) | |
| OKLCH | oklch(0.76 0.103 88) |
Color harmonies
Tints & shades
Code snippets
color: #ccad60;
background-color: #ccad60;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCCAD60)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.68, blue: 0.38, alpha: 1.0)