Chocolate to HEX — Color Code

HEX

#d2691e

Format Value
HEX #d2691e
RGB rgb(210, 105, 30)
HSL hsl(25, 75%, 47.1%)
CMYK cmyk(0%, 50%, 85.7%, 17.6%)

What is the HEX code for chocolate?

The CSS color chocolate in HEX format is #d2691e. Use this value directly in CSS, SVG, and most design tools.

How do I use chocolate in CSS?

To apply chocolate in CSS:

  • Text color: color: #d2691e;
  • Background: background-color: #d2691e;
  • Border: border-color: #d2691e;

What are all the color format values for chocolate?

FormatValue
HEX#d2691e
RGBrgb(210, 105, 30)
HSLhsl(25, 75%, 47.1%)
CMYKcmyk(0%, 50%, 85.7%, 17.6%)

How do I convert chocolate to HEX?

Select chocolate from the color name list in our color converter. The HEX value — #d2691e — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does chocolate belong to?

chocolate belongs to the orange color family. It is a medium, vivid color with HSL values: hue 25°, saturation 75%, lightness 47.1%.

How do I create lighter and darker shades of chocolate?

Lighter variant (lightness 62.1%): #e79256. Darker variant (lightness 32.1%): #8f4814. 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.