#C5A01D
A medium, vivid yellow closely aligning with Goldenrod.
About #C5A01D
At its core, #C5A01D is a medium and vivid hue. Its closest recognized web color is Goldenrod. In the RGB color space, it consists of 197 red, 160 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 19% Magenta, 85% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5A01D
RGB197, 160, 29
HSL46.8°, 74.3%, 44.3%
CMYK0%, 19%, 85%, 23%
HSV46.8°, 85.3%, 77.3%
LAB67.4, 1.9, 65.8
XYZ35.8, 37.1, 6.4
Decimal12951581
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.42:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5A01D;
}
.text-color {
color: #C5A01D;
}
.border-color {
border: 2px solid #C5A01D;
}