Tan Hex Code — #D2B48C
RGB, HSL, and CMYK values for Tan.
Tan Color Values
| Format | Value |
|---|---|
| HEX | #D2B48C |
| RGB | rgb(210, 180, 140) |
| HSL | hsl(34, 44%, 69%) |
| CMYK | cmyk(0%, 14%, 33%, 18%) |
Want to explore more shades? Use our Color Converter
About Tan
Color psychology: Timelessness, dependability.
Tan (#D2B48C) is a medium shade of brown. It's commonly used in web design, graphic design, and branding where timelessness, dependability are desired associations.
How to Use Tan in CSS
/* Using HEX */ color: #D2B48C; background-color: #D2B48C; /* Using RGB */ color: rgb(210, 180, 140); /* Using HSL */ color: hsl(34, 44%, 69%);