Shades of Dark Goldenrod #BD8806
Tints of Dark Goldenrod #BD8806
RGB
CMYK
RGB Variations
Color information
#BD8806 (or 0xBD8806) is known color: Dark Goldenrod. HEX triplet: BD, 88 and 06. RGB value is (189,136,6). Sum of RGB (Red+Green+Blue) = 189+136+6=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8806 is #4277F9. Grayscale: #898989. Windows color (decimal): -4356090 or 428221. OLE color: 428221.
HSL color Cylindrical-coordinate representation of color #BD8806: hue angle of 42.62º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD8806 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.26 |
| HSL | 42.62º | 0.94% | 0.38% | - |
| HSV(B) | 42.62º | 0.97% | 0.74% | - |
| XYZ | 29.82 | 28.44 | 4.09 | - |
| YUV | 137.03 | 54.06 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 6 | 0 | 0.28 | 0.97 | 0.26 | 42.62 | 0.94 | 0.38 |
| Hex | BD | 88 | 6 | 0 | 1C | 61 | 1A | 2B | 5E | 26 |
| Octal | 275 | 210 | 6 | 0 | 34 | 141 | 32 | 53 | 136 | 46 |
| Binary | 10111101 | 10001000 | 110 | 0 | 11100 | 1100001 | 11010 | 101011 | 1011110 | 100110 |
Color Harmonies of #BD8806
Complementary color
Monochromatic Colors of #BD8806
Black with #BD8806
Text Example
Text Example
White with #BD8806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8806; }
p { color: rgb(189,136,6); }
H1.HeaderClassName
{
color: #BD8806;
}
.AnyTagClassName
{
color: #BD8806;
}
</style>
background-color css
<style>
a { background-color: #BD8806; }
a { background-color: rgb(189,136,6); }
div.DivClassName
{
background-color: #BD8806;
}
.BgClassName
{
background-color: #BD8806;
}
</style>
border-color css
<style>
span { border-color: #BD8806; }
span { border-color: rgb(189,136,6); }
td.TdClassName
{
border-color: #BD8806;
}
.TagClassName
{
border-color: #BD8806;
}
</style>