#C48D25
A medium, moderate orange closely aligning with Darkgoldenrod.
About #C48D25
Visually, #C48D25 is defined as a moderate orange. It is closely associated with the named CSS color Darkgoldenrod. In the RGB color space, it consists of 196 red, 141 green, and 37 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 28% Magenta, 81% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C48D25
RGB196, 141, 37
HSL39.2°, 68.2%, 45.7%
CMYK0%, 28%, 81%, 23%
HSV39.2°, 81.1%, 76.9%
LAB62.4, 12.0, 59.1
XYZ32.6, 30.9, 6.0
Decimal12881189
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C48D25;
}
.text-color {
color: #C48D25;
}
.border-color {
border: 2px solid #C48D25;
}