Shades of Dark Goldenrod #BD9000
Tints of Dark Goldenrod #BD9000
RGB
CMYK
RGB Variations
Color information
#BD9000 (or 0xBD9000) is known color: Dark Goldenrod. HEX triplet: BD, 90 and 00. RGB value is (189,144,0). Sum of RGB (Red+Green+Blue) = 189+144+0=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9000 is #426FFF. Grayscale: #8D8D8D. Windows color (decimal): -4354048 or 37053. OLE color: 37053.
HSL color Cylindrical-coordinate representation of color #BD9000: hue angle of 45.71º 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 #BD9000 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.26 |
| HSL | 45.71º | 1% | 0.37% | - |
| HSV(B) | 45.71º | 1% | 0.74% | - |
| XYZ | 30.96 | 30.77 | 4.31 | - |
| YUV | 141.04 | 48.41 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 0 | 0 | 0.24 | 1 | 0.26 | 45.71 | 1 | 0.37 |
| Hex | BD | 90 | 0 | 0 | 18 | 64 | 1A | 2E | 64 | 25 |
| Octal | 275 | 220 | 0 | 0 | 30 | 144 | 32 | 56 | 144 | 45 |
| Binary | 10111101 | 10010000 | 0 | 0 | 11000 | 1100100 | 11010 | 101110 | 1100100 | 100101 |
Color Harmonies of #BD9000
Complementary color
Monochromatic Colors of #BD9000
Black with #BD9000
Text Example
Text Example
White with #BD9000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9000; }
p { color: rgb(189,144,0); }
H1.HeaderClassName
{
color: #BD9000;
}
.AnyTagClassName
{
color: #BD9000;
}
</style>
background-color css
<style>
a { background-color: #BD9000; }
a { background-color: rgb(189,144,0); }
div.DivClassName
{
background-color: #BD9000;
}
.BgClassName
{
background-color: #BD9000;
}
</style>
border-color css
<style>
span { border-color: #BD9000; }
span { border-color: rgb(189,144,0); }
td.TdClassName
{
border-color: #BD9000;
}
.TagClassName
{
border-color: #BD9000;
}
</style>