Shades of Dark Goldenrod #BD8E00
Tints of Dark Goldenrod #BD8E00
RGB
CMYK
RGB Variations
Color information
#BD8E00 (or 0xBD8E00) is known color: Dark Goldenrod. HEX triplet: BD, 8E and 00. RGB value is (189,142,0). Sum of RGB (Red+Green+Blue) = 189+142+0=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8E00 is #4271FF. Grayscale: #8C8C8C. Windows color (decimal): -4354560 or 36541. OLE color: 36541.
HSL color Cylindrical-coordinate representation of color #BD8E00: hue angle of 45.08º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD8E00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.26 |
| HSL | 45.08º | 1% | 0.37% | - |
| HSV(B) | 45.08º | 1% | 0.74% | - |
| XYZ | 30.66 | 30.16 | 4.21 | - |
| YUV | 139.87 | 49.07 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 0 | 0 | 0.25 | 1 | 0.26 | 45.08 | 1 | 0.37 |
| Hex | BD | 8E | 0 | 0 | 19 | 64 | 1A | 2D | 64 | 25 |
| Octal | 275 | 216 | 0 | 0 | 31 | 144 | 32 | 55 | 144 | 45 |
| Binary | 10111101 | 10001110 | 0 | 0 | 11001 | 1100100 | 11010 | 101101 | 1100100 | 100101 |
Color Harmonies of #BD8E00
Complementary color
Monochromatic Colors of #BD8E00
Black with #BD8E00
Text Example
Text Example
White with #BD8E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E00; }
p { color: rgb(189,142,0); }
H1.HeaderClassName
{
color: #BD8E00;
}
.AnyTagClassName
{
color: #BD8E00;
}
</style>
background-color css
<style>
a { background-color: #BD8E00; }
a { background-color: rgb(189,142,0); }
div.DivClassName
{
background-color: #BD8E00;
}
.BgClassName
{
background-color: #BD8E00;
}
</style>
border-color css
<style>
span { border-color: #BD8E00; }
span { border-color: rgb(189,142,0); }
td.TdClassName
{
border-color: #BD8E00;
}
.TagClassName
{
border-color: #BD8E00;
}
</style>