Shades of Dark Goldenrod #BD8610
Tints of Dark Goldenrod #BD8610
RGB
CMYK
RGB Variations
Color information
#BD8610 (or 0xBD8610) is known color: Dark Goldenrod. HEX triplet: BD, 86 and 10. RGB value is (189,134,16). Sum of RGB (Red+Green+Blue) = 189+134+16=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8610 is #4279EF. Grayscale: #898989. Windows color (decimal): -4356592 or 1083069. OLE color: 1083069.
HSL color Cylindrical-coordinate representation of color #BD8610: hue angle of 40.92º 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 #BD8610 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 16 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.26 |
| HSL | 40.92º | 0.84% | 0.4% | - |
| HSV(B) | 40.92º | 0.92% | 0.74% | - |
| XYZ | 29.6 | 27.91 | 4.32 | - |
| YUV | 136.99 | 59.72 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 16 | 0 | 0.29 | 0.92 | 0.26 | 40.92 | 0.84 | 0.4 |
| Hex | BD | 86 | 10 | 0 | 1D | 5C | 1A | 29 | 54 | 28 |
| Octal | 275 | 206 | 20 | 0 | 35 | 134 | 32 | 51 | 124 | 50 |
| Binary | 10111101 | 10000110 | 10000 | 0 | 11101 | 1011100 | 11010 | 101001 | 1010100 | 101000 |
Color Harmonies of #BD8610
Complementary color
Monochromatic Colors of #BD8610
Black with #BD8610
Text Example
Text Example
White with #BD8610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8610; }
p { color: rgb(189,134,16); }
H1.HeaderClassName
{
color: #BD8610;
}
.AnyTagClassName
{
color: #BD8610;
}
</style>
background-color css
<style>
a { background-color: #BD8610; }
a { background-color: rgb(189,134,16); }
div.DivClassName
{
background-color: #BD8610;
}
.BgClassName
{
background-color: #BD8610;
}
</style>
border-color css
<style>
span { border-color: #BD8610; }
span { border-color: rgb(189,134,16); }
td.TdClassName
{
border-color: #BD8610;
}
.TagClassName
{
border-color: #BD8610;
}
</style>