What is the HEX code for tan?
The CSS color tan in HEX format is #d2b48c. Use this value directly in CSS, SVG, and most design tools.
How do I use tan in CSS?
To apply tan in CSS:
- Text color: color: #d2b48c;
- Background: background-color: #d2b48c;
- Border: border-color: #d2b48c;
What are all the color format values for tan?
| Format | Value |
|---|---|
| HEX | #d2b48c |
| RGB | rgb(210, 180, 140) |
| HSL | hsl(34.3, 43.7%, 68.6%) |
| CMYK | cmyk(0%, 14.3%, 33.3%, 17.6%) |
How do I convert tan to HEX?
Select tan from the color name list in our color converter. The HEX value — #d2b48c — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does tan belong to?
tan belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 34.3°, saturation 43.7%, lightness 68.6%.
How do I create lighter and darker shades of tan?
Lighter variant (lightness 83.6%): #e7d8c3. Darker variant (lightness 53.599999999999994%): #bc9055. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.