Tan to RGB — Color Code

RGB

rgb(210, 180, 140)

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%)

What is the RGB code for tan?

The CSS color tan in RGB format is rgb(210, 180, 140). 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: rgb(210, 180, 140);
  • Background: background-color: rgb(210, 180, 140);
  • Border: border-color: rgb(210, 180, 140);

What are all the color format values for tan?

FormatValue
HEX#d2b48c
RGBrgb(210, 180, 140)
HSLhsl(34.3, 43.7%, 68.6%)
CMYKcmyk(0%, 14.3%, 33.3%, 17.6%)

How do I convert tan to RGB?

Select tan from the color name list in our color converter. The RGB value — rgb(210, 180, 140) — 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 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.