Shades of Dark Goldenrod #BD800B
Tints of Dark Goldenrod #BD800B
RGB
CMYK
RGB Variations
Color information
#BD800B (or 0xBD800B) is known color: Dark Goldenrod. HEX triplet: BD, 80 and 0B. RGB value is (189,128,11). Sum of RGB (Red+Green+Blue) = 189+128+11=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD800B is #427FF4. Grayscale: #858585. Windows color (decimal): -4358133 or 753853. OLE color: 753853.
HSL color Cylindrical-coordinate representation of color #BD800B: hue angle of 39.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD800B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.26 |
| HSL | 39.44º | 0.89% | 0.39% | - |
| HSV(B) | 39.44º | 0.94% | 0.74% | - |
| XYZ | 28.77 | 26.28 | 3.87 | - |
| YUV | 132.9 | 59.21 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 11 | 0 | 0.32 | 0.94 | 0.26 | 39.44 | 0.89 | 0.39 |
| Hex | BD | 80 | B | 0 | 20 | 5E | 1A | 27 | 59 | 27 |
| Octal | 275 | 200 | 13 | 0 | 40 | 136 | 32 | 47 | 131 | 47 |
| Binary | 10111101 | 10000000 | 1011 | 0 | 100000 | 1011110 | 11010 | 100111 | 1011001 | 100111 |
Color Harmonies of #BD800B
Complementary color
Monochromatic Colors of #BD800B
Black with #BD800B
Text Example
Text Example
White with #BD800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD800B; }
p { color: rgb(189,128,11); }
H1.HeaderClassName
{
color: #BD800B;
}
.AnyTagClassName
{
color: #BD800B;
}
</style>
background-color css
<style>
a { background-color: #BD800B; }
a { background-color: rgb(189,128,11); }
div.DivClassName
{
background-color: #BD800B;
}
.BgClassName
{
background-color: #BD800B;
}
</style>
border-color css
<style>
span { border-color: #BD800B; }
span { border-color: rgb(189,128,11); }
td.TdClassName
{
border-color: #BD800B;
}
.TagClassName
{
border-color: #BD800B;
}
</style>