Shades of Dark Goldenrod #BD8900
Tints of Dark Goldenrod #BD8900
RGB
CMYK
RGB Variations
Color information
#BD8900 (or 0xBD8900) is known color: Dark Goldenrod. HEX triplet: BD, 89 and 00. RGB value is (189,137,0). Sum of RGB (Red+Green+Blue) = 189+137+0=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8900 is #4276FF. Grayscale: #898989. Windows color (decimal): -4355840 or 35261. OLE color: 35261.
HSL color Cylindrical-coordinate representation of color #BD8900: hue angle of 43.49º 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 #BD8900 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.26 |
| HSL | 43.49º | 1% | 0.37% | - |
| HSV(B) | 43.49º | 1% | 0.74% | - |
| XYZ | 29.93 | 28.71 | 3.96 | - |
| YUV | 136.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 0 | 0 | 0.28 | 1 | 0.26 | 43.49 | 1 | 0.37 |
| Hex | BD | 89 | 0 | 0 | 1C | 64 | 1A | 2B | 64 | 25 |
| Octal | 275 | 211 | 0 | 0 | 34 | 144 | 32 | 53 | 144 | 45 |
| Binary | 10111101 | 10001001 | 0 | 0 | 11100 | 1100100 | 11010 | 101011 | 1100100 | 100101 |
Color Harmonies of #BD8900
Complementary color
Monochromatic Colors of #BD8900
Black with #BD8900
Text Example
Text Example
White with #BD8900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8900; }
p { color: rgb(189,137,0); }
H1.HeaderClassName
{
color: #BD8900;
}
.AnyTagClassName
{
color: #BD8900;
}
</style>
background-color css
<style>
a { background-color: #BD8900; }
a { background-color: rgb(189,137,0); }
div.DivClassName
{
background-color: #BD8900;
}
.BgClassName
{
background-color: #BD8900;
}
</style>
border-color css
<style>
span { border-color: #BD8900; }
span { border-color: rgb(189,137,0); }
td.TdClassName
{
border-color: #BD8900;
}
.TagClassName
{
border-color: #BD8900;
}
</style>