#B69200
A dark, vivid yellow closely aligning with Darkgoldenrod.
About #B69200
Visually, #B69200 is defined as a vivid yellow. Designers often compare it to the standard color Darkgoldenrod. In the RGB color space, it consists of 182 red, 146 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 20% Magenta, 100% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark 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#B69200
RGB182, 146, 0
HSL48.1°, 100.0%, 35.7%
CMYK0%, 20%, 100%, 29%
HSV48.1°, 100.0%, 71.4%
LAB62.1, 2.2, 66.4
XYZ29.6, 30.5, 4.3
Decimal11964928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.10:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B69200;
}
.text-color {
color: #B69200;
}
.border-color {
border: 2px solid #B69200;
}