#C56607
A medium, vivid orange closely aligning with Chocolate.
About #C56607
Visually, #C56607 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Chocolate. In the RGB color space, it consists of 197 red, 102 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 48% M, 96% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#C56607
RGB197, 102, 7
HSL30.0°, 93.1%, 40.0%
CMYK0%, 48%, 96%, 23%
HSV30.0°, 96.4%, 77.3%
LAB53.4, 32.9, 60.1
XYZ27.8, 21.4, 2.9
Decimal12936711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.28:1
Text on #000000
AA
3.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C56607;
}
.text-color {
color: #C56607;
}
.border-color {
border: 2px solid #C56607;
}