#AF8A07
A dark, vivid yellow closely aligning with Darkgoldenrod.
About #AF8A07
When working with digital screens, the color #AF8A07 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkgoldenrod. In the RGB color space, it consists of 175 red, 138 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 21% M, 96% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF8A07
RGB175, 138, 7
HSL46.8°, 92.3%, 35.7%
CMYK0%, 21%, 96%, 31%
HSV46.8°, 96.0%, 68.6%
LAB59.3, 3.5, 62.9
XYZ26.8, 27.3, 4.1
Decimal11504135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.46:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF8A07;
}
.text-color {
color: #AF8A07;
}
.border-color {
border: 2px solid #AF8A07;
}