#C5A83A
A medium, moderate yellow closely aligning with Goldenrod.
About #C5A83A
Visually, #C5A83A is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Goldenrod. Its digital footprint relies on 197 parts red, 168 parts green, and 58 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 15% magenta inks. The HSL representation is 47.5° hue, 54.5% saturation, and 50.0% lightness.
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#C5A83A
RGB197, 168, 58
HSL47.5°, 54.5%, 50.0%
CMYK0%, 15%, 71%, 23%
HSV47.5°, 70.6%, 77.3%
LAB69.6, -1.3, 58.1
XYZ37.8, 40.2, 9.8
Decimal12953658
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.04:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5A83A;
}
.text-color {
color: #C5A83A;
}
.border-color {
border: 2px solid #C5A83A;
}