#C5A066
A medium, moderate orange closely aligning with Burlywood.
About #C5A066
Visually, #C5A066 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Burlywood. In the RGB color space, it consists of 197 red, 160 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 19% Magenta, 48% Yellow, and 23% Black. The HSL representation is 36.6° hue, 45.0% saturation, and 58.6% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5A066
RGB197, 160, 102
HSL36.6°, 45.0%, 58.6%
CMYK0%, 19%, 48%, 23%
HSV36.6°, 48.2%, 77.3%
LAB68.0, 6.3, 35.3
XYZ38.0, 38.0, 17.9
Decimal12951654
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.59:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5A066;
}
.text-color {
color: #C5A066;
}
.border-color {
border: 2px solid #C5A066;
}