#B69224
A medium, moderate yellow closely aligning with Darkgoldenrod.
About #B69224
The hex code #B69224 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Darkgoldenrod. In the RGB color space, it consists of 182 red, 146 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 20% M, 80% Y, and 29% K. With a hue angle of 45.2 degrees, it sits comfortably in the yellow spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B69224
RGB182, 146, 36
HSL45.2°, 67.0%, 42.7%
CMYK0%, 20%, 80%, 29%
HSV45.2°, 80.2%, 71.4%
LAB62.2, 3.0, 58.7
XYZ29.9, 30.6, 6.0
Decimal11964964
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.13:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B69224;
}
.text-color {
color: #B69224;
}
.border-color {
border: 2px solid #B69224;
}