#C5923A
A medium, moderate orange closely aligning with Darkgoldenrod.
About #C5923A
The hex code #C5923A represents a beautifully specific shade of orange. Its closest recognized web color is Darkgoldenrod. In the RGB color space, it consists of 197 red, 146 green, and 58 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 26% M, 71% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#C5923A
RGB197, 146, 58
HSL38.0°, 54.5%, 50.0%
CMYK0%, 26%, 71%, 23%
HSV38.0°, 70.6%, 77.3%
LAB63.9, 10.6, 52.3
XYZ34.1, 32.7, 8.5
Decimal12948026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.55:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C5923A;
}
.text-color {
color: #C5923A;
}
.border-color {
border: 2px solid #C5923A;
}