#C57C07
A medium, vivid orange closely aligning with Darkgoldenrod.
About #C57C07
Visually, #C57C07 is defined as a vivid orange. It is closely associated with the named CSS color Darkgoldenrod. This translates to an RGB value of rgb(197, 124, 7).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 37% Magenta, 96% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C57C07
RGB197, 124, 7
HSL36.9°, 93.1%, 40.0%
CMYK0%, 37%, 96%, 23%
HSV36.9°, 96.4%, 77.3%
LAB58.3, 21.1, 63.5
XYZ30.3, 26.3, 3.7
Decimal12942343
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.21:1
Text on #F8FAFC
AA Large
5.32:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C57C07;
}
.text-color {
color: #C57C07;
}
.border-color {
border: 2px solid #C57C07;
}