Shades of Dark Goldenrod #BD8707
Tints of Dark Goldenrod #BD8707
RGB
CMYK
RGB Variations
Color information
#BD8707 (or 0xBD8707) is known color: Dark Goldenrod. HEX triplet: BD, 87 and 07. RGB value is (189,135,7). Sum of RGB (Red+Green+Blue) = 189+135+7=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8707 is #4278F8. Grayscale: #898989. Windows color (decimal): -4356345 or 493501. OLE color: 493501.
HSL color Cylindrical-coordinate representation of color #BD8707: hue angle of 42.2º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD8707 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 7 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.26 |
| HSL | 42.2º | 0.93% | 0.38% | - |
| HSV(B) | 42.2º | 0.96% | 0.74% | - |
| XYZ | 29.69 | 28.16 | 4.07 | - |
| YUV | 136.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 7 | 0 | 0.29 | 0.96 | 0.26 | 42.2 | 0.93 | 0.38 |
| Hex | BD | 87 | 7 | 0 | 1D | 60 | 1A | 2A | 5D | 26 |
| Octal | 275 | 207 | 7 | 0 | 35 | 140 | 32 | 52 | 135 | 46 |
| Binary | 10111101 | 10000111 | 111 | 0 | 11101 | 1100000 | 11010 | 101010 | 1011101 | 100110 |
Color Harmonies of #BD8707
Complementary color
Monochromatic Colors of #BD8707
Black with #BD8707
Text Example
Text Example
White with #BD8707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8707; }
p { color: rgb(189,135,7); }
H1.HeaderClassName
{
color: #BD8707;
}
.AnyTagClassName
{
color: #BD8707;
}
</style>
background-color css
<style>
a { background-color: #BD8707; }
a { background-color: rgb(189,135,7); }
div.DivClassName
{
background-color: #BD8707;
}
.BgClassName
{
background-color: #BD8707;
}
</style>
border-color css
<style>
span { border-color: #BD8707; }
span { border-color: rgb(189,135,7); }
td.TdClassName
{
border-color: #BD8707;
}
.TagClassName
{
border-color: #BD8707;
}
</style>