Shades of Dark Goldenrod #BD8110
Tints of Dark Goldenrod #BD8110
RGB
CMYK
RGB Variations
Color information
#BD8110 (or 0xBD8110) is known color: Dark Goldenrod. HEX triplet: BD, 81 and 10. RGB value is (189,129,16). Sum of RGB (Red+Green+Blue) = 189+129+16=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8110 is #427EEF. Grayscale: #868686. Windows color (decimal): -4357872 or 1081789. OLE color: 1081789.
HSL color Cylindrical-coordinate representation of color #BD8110: hue angle of 39.19º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD8110 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 16 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.26 |
| HSL | 39.19º | 0.84% | 0.4% | - |
| HSV(B) | 39.19º | 0.92% | 0.74% | - |
| XYZ | 28.93 | 26.56 | 4.09 | - |
| YUV | 134.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 16 | 0 | 0.32 | 0.92 | 0.26 | 39.19 | 0.84 | 0.4 |
| Hex | BD | 81 | 10 | 0 | 20 | 5C | 1A | 27 | 54 | 28 |
| Octal | 275 | 201 | 20 | 0 | 40 | 134 | 32 | 47 | 124 | 50 |
| Binary | 10111101 | 10000001 | 10000 | 0 | 100000 | 1011100 | 11010 | 100111 | 1010100 | 101000 |
Color Harmonies of #BD8110
Complementary color
Monochromatic Colors of #BD8110
Black with #BD8110
Text Example
Text Example
White with #BD8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8110; }
p { color: rgb(189,129,16); }
H1.HeaderClassName
{
color: #BD8110;
}
.AnyTagClassName
{
color: #BD8110;
}
</style>
background-color css
<style>
a { background-color: #BD8110; }
a { background-color: rgb(189,129,16); }
div.DivClassName
{
background-color: #BD8110;
}
.BgClassName
{
background-color: #BD8110;
}
</style>
border-color css
<style>
span { border-color: #BD8110; }
span { border-color: rgb(189,129,16); }
td.TdClassName
{
border-color: #BD8110;
}
.TagClassName
{
border-color: #BD8110;
}
</style>