Shades of Dark Goldenrod #BD7007
Tints of Dark Goldenrod #BD7007
RGB
CMYK
RGB Variations
Color information
#BD7007 (or 0xBD7007) is known color: Dark Goldenrod. HEX triplet: BD, 70 and 07. RGB value is (189,112,7). Sum of RGB (Red+Green+Blue) = 189+112+7=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7007 is #428FF8. Grayscale: #7B7B7B. Windows color (decimal): -4362233 or 487613. OLE color: 487613.
HSL color Cylindrical-coordinate representation of color #BD7007: hue angle of 34.62º 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 #BD7007 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.26 |
| HSL | 34.62º | 0.93% | 0.38% | - |
| HSV(B) | 34.62º | 0.96% | 0.74% | - |
| XYZ | 26.82 | 22.42 | 3.12 | - |
| YUV | 123.05 | 62.51 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 7 | 0 | 0.41 | 0.96 | 0.26 | 34.62 | 0.93 | 0.38 |
| Hex | BD | 70 | 7 | 0 | 29 | 60 | 1A | 23 | 5D | 26 |
| Octal | 275 | 160 | 7 | 0 | 51 | 140 | 32 | 43 | 135 | 46 |
| Binary | 10111101 | 1110000 | 111 | 0 | 101001 | 1100000 | 11010 | 100011 | 1011101 | 100110 |
Color Harmonies of #BD7007
Complementary color
Monochromatic Colors of #BD7007
Black with #BD7007
Text Example
Text Example
White with #BD7007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7007; }
p { color: rgb(189,112,7); }
H1.HeaderClassName
{
color: #BD7007;
}
.AnyTagClassName
{
color: #BD7007;
}
</style>
background-color css
<style>
a { background-color: #BD7007; }
a { background-color: rgb(189,112,7); }
div.DivClassName
{
background-color: #BD7007;
}
.BgClassName
{
background-color: #BD7007;
}
</style>
border-color css
<style>
span { border-color: #BD7007; }
span { border-color: rgb(189,112,7); }
td.TdClassName
{
border-color: #BD7007;
}
.TagClassName
{
border-color: #BD7007;
}
</style>