Shades of Dark Goldenrod #BD7008
Tints of Dark Goldenrod #BD7008
RGB
CMYK
RGB Variations
Color information
#BD7008 (or 0xBD7008) is known color: Dark Goldenrod. HEX triplet: BD, 70 and 08. RGB value is (189,112,8). Sum of RGB (Red+Green+Blue) = 189+112+8=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7008 is #428FF7. Grayscale: #7B7B7B. Windows color (decimal): -4362232 or 553149. OLE color: 553149.
HSL color Cylindrical-coordinate representation of color #BD7008: hue angle of 34.48º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD7008 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.26 |
| HSL | 34.48º | 0.92% | 0.39% | - |
| HSV(B) | 34.48º | 0.96% | 0.74% | - |
| XYZ | 26.82 | 22.42 | 3.14 | - |
| YUV | 123.17 | 63.01 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 8 | 0 | 0.41 | 0.96 | 0.26 | 34.48 | 0.92 | 0.39 |
| Hex | BD | 70 | 8 | 0 | 29 | 60 | 1A | 22 | 5C | 27 |
| Octal | 275 | 160 | 10 | 0 | 51 | 140 | 32 | 42 | 134 | 47 |
| Binary | 10111101 | 1110000 | 1000 | 0 | 101001 | 1100000 | 11010 | 100010 | 1011100 | 100111 |
Color Harmonies of #BD7008
Complementary color
Monochromatic Colors of #BD7008
Black with #BD7008
Text Example
Text Example
White with #BD7008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7008; }
p { color: rgb(189,112,8); }
H1.HeaderClassName
{
color: #BD7008;
}
.AnyTagClassName
{
color: #BD7008;
}
</style>
background-color css
<style>
a { background-color: #BD7008; }
a { background-color: rgb(189,112,8); }
div.DivClassName
{
background-color: #BD7008;
}
.BgClassName
{
background-color: #BD7008;
}
</style>
border-color css
<style>
span { border-color: #BD7008; }
span { border-color: rgb(189,112,8); }
td.TdClassName
{
border-color: #BD7008;
}
.TagClassName
{
border-color: #BD7008;
}
</style>