#C57C0F
A medium, vivid orange closely aligning with Darkgoldenrod.
About #C57C0F
Visually, #C57C0F is defined as a vivid orange. Its closest recognized web color is Darkgoldenrod. In the RGB color space, it consists of 197 red, 124 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 37% M, 92% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C57C0F
RGB197, 124, 15
HSL35.9°, 85.8%, 41.6%
CMYK0%, 37%, 92%, 23%
HSV35.9°, 92.4%, 77.3%
LAB58.3, 21.2, 62.1
XYZ30.3, 26.3, 3.9
Decimal12942351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.35:1
Text on #FFFFFF
AA Large
6.26:1
Text on #000000
AA
3.20:1
Text on #F8FAFC
AA Large
5.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C57C0F;
}
.text-color {
color: #C57C0F;
}
.border-color {
border: 2px solid #C57C0F;
}