Shades of Dark Goldenrod #BD7607
Tints of Dark Goldenrod #BD7607
RGB
CMYK
RGB Variations
Color information
#BD7607 (or 0xBD7607) is known color: Dark Goldenrod. HEX triplet: BD, 76 and 07. RGB value is (189,118,7). Sum of RGB (Red+Green+Blue) = 189+118+7=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7607 is #4289F8. Grayscale: #7F7F7F. Windows color (decimal): -4360697 or 489149. OLE color: 489149.
HSL color Cylindrical-coordinate representation of color #BD7607: hue angle of 36.59º 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 #BD7607 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 7 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.26 |
| HSL | 36.59º | 0.93% | 0.38% | - |
| HSV(B) | 36.59º | 0.96% | 0.74% | - |
| XYZ | 27.5 | 23.79 | 3.34 | - |
| YUV | 126.58 | 60.52 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 7 | 0 | 0.38 | 0.96 | 0.26 | 36.59 | 0.93 | 0.38 |
| Hex | BD | 76 | 7 | 0 | 26 | 60 | 1A | 25 | 5D | 26 |
| Octal | 275 | 166 | 7 | 0 | 46 | 140 | 32 | 45 | 135 | 46 |
| Binary | 10111101 | 1110110 | 111 | 0 | 100110 | 1100000 | 11010 | 100101 | 1011101 | 100110 |
Color Harmonies of #BD7607
Complementary color
Monochromatic Colors of #BD7607
Black with #BD7607
Text Example
Text Example
White with #BD7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7607; }
p { color: rgb(189,118,7); }
H1.HeaderClassName
{
color: #BD7607;
}
.AnyTagClassName
{
color: #BD7607;
}
</style>
background-color css
<style>
a { background-color: #BD7607; }
a { background-color: rgb(189,118,7); }
div.DivClassName
{
background-color: #BD7607;
}
.BgClassName
{
background-color: #BD7607;
}
</style>
border-color css
<style>
span { border-color: #BD7607; }
span { border-color: rgb(189,118,7); }
td.TdClassName
{
border-color: #BD7607;
}
.TagClassName
{
border-color: #BD7607;
}
</style>