Shades of Dark Goldenrod #BD7210
Tints of Dark Goldenrod #BD7210
RGB
CMYK
RGB Variations
Color information
#BD7210 (or 0xBD7210) is known color: Dark Goldenrod. HEX triplet: BD, 72 and 10. RGB value is (189,114,16). Sum of RGB (Red+Green+Blue) = 189+114+16=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7210 is #428DEF. Grayscale: #7D7D7D. Windows color (decimal): -4361712 or 1077949. OLE color: 1077949.
HSL color Cylindrical-coordinate representation of color #BD7210: hue angle of 33.99º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD7210 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 16 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.26 |
| HSL | 33.99º | 0.84% | 0.4% | - |
| HSV(B) | 33.99º | 0.92% | 0.74% | - |
| XYZ | 27.1 | 22.89 | 3.48 | - |
| YUV | 125.25 | 66.35 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 16 | 0 | 0.40 | 0.92 | 0.26 | 33.99 | 0.84 | 0.4 |
| Hex | BD | 72 | 10 | 0 | 28 | 5C | 1A | 22 | 54 | 28 |
| Octal | 275 | 162 | 20 | 0 | 50 | 134 | 32 | 42 | 124 | 50 |
| Binary | 10111101 | 1110010 | 10000 | 0 | 101000 | 1011100 | 11010 | 100010 | 1010100 | 101000 |
Color Harmonies of #BD7210
Complementary color
Monochromatic Colors of #BD7210
Black with #BD7210
Text Example
Text Example
White with #BD7210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7210; }
p { color: rgb(189,114,16); }
H1.HeaderClassName
{
color: #BD7210;
}
.AnyTagClassName
{
color: #BD7210;
}
</style>
background-color css
<style>
a { background-color: #BD7210; }
a { background-color: rgb(189,114,16); }
div.DivClassName
{
background-color: #BD7210;
}
.BgClassName
{
background-color: #BD7210;
}
</style>
border-color css
<style>
span { border-color: #BD7210; }
span { border-color: rgb(189,114,16); }
td.TdClassName
{
border-color: #BD7210;
}
.TagClassName
{
border-color: #BD7210;
}
</style>