What is the RGB code for desert?
The CSS color desert in RGB format is rgb(204, 173, 96). Use this value directly in CSS, SVG, and most design tools.
How do I use desert in CSS?
To apply desert in CSS:
- Text color: color: rgb(204, 173, 96);
- Background: background-color: rgb(204, 173, 96);
- Border: border-color: rgb(204, 173, 96);
What are all the color format values for desert?
| Format | Value |
|---|---|
| HEX | #ccad60 |
| RGB | rgb(204, 173, 96) |
| HSL | hsl(42.8, 51.4%, 58.8%) |
| CMYK | cmyk(0%, 15.2%, 52.9%, 20%) |
How do I convert desert to RGB?
Select desert from the color name list in our color converter. The RGB value — rgb(204, 173, 96) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does desert belong to?
desert belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 42.8°, saturation 51.4%, lightness 58.8%.
How do I create lighter and darker shades of desert?
Lighter variant (lightness 73.8%): #dfcb9a. Darker variant (lightness 43.8%): #a98836. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.