#C56D1D
A medium, vivid orange closely aligning with Chocolate.
About #C56D1D
When working with digital screens, the color #C56D1D is rendered by mixing light. Its closest recognized web color is Chocolate. This translates to an RGB value of rgb(197, 109, 29).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 45% magenta, 85% yellow, and 23% black. With a hue angle of 28.6 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C56D1D
RGB197, 109, 29
HSL28.6°, 74.3%, 44.3%
CMYK0%, 45%, 85%, 23%
HSV28.6°, 85.3%, 77.3%
LAB55.0, 29.6, 55.5
XYZ28.7, 22.9, 4.1
Decimal12938525
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.58:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C56D1D;
}
.text-color {
color: #C56D1D;
}
.border-color {
border: 2px solid #C56D1D;
}