Shades of Dark Goldenrod #BD7002
Tints of Dark Goldenrod #BD7002
RGB
CMYK
RGB Variations
Color information
#BD7002 (or 0xBD7002) is known color: Dark Goldenrod. HEX triplet: BD, 70 and 02. RGB value is (189,112,2). Sum of RGB (Red+Green+Blue) = 189+112+2=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7002 is #428FFD. Grayscale: #7B7B7B. Windows color (decimal): -4362238 or 159933. OLE color: 159933.
HSL color Cylindrical-coordinate representation of color #BD7002: hue angle of 35.29º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD7002 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.26 |
| HSL | 35.29º | 0.98% | 0.37% | - |
| HSV(B) | 35.29º | 0.99% | 0.74% | - |
| XYZ | 26.79 | 22.41 | 2.97 | - |
| YUV | 122.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 2 | 0 | 0.41 | 0.99 | 0.26 | 35.29 | 0.98 | 0.37 |
| Hex | BD | 70 | 2 | 0 | 29 | 63 | 1A | 23 | 62 | 25 |
| Octal | 275 | 160 | 2 | 0 | 51 | 143 | 32 | 43 | 142 | 45 |
| Binary | 10111101 | 1110000 | 10 | 0 | 101001 | 1100011 | 11010 | 100011 | 1100010 | 100101 |
Color Harmonies of #BD7002
Complementary color
Monochromatic Colors of #BD7002
Black with #BD7002
Text Example
Text Example
White with #BD7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7002; }
p { color: rgb(189,112,2); }
H1.HeaderClassName
{
color: #BD7002;
}
.AnyTagClassName
{
color: #BD7002;
}
</style>
background-color css
<style>
a { background-color: #BD7002; }
a { background-color: rgb(189,112,2); }
div.DivClassName
{
background-color: #BD7002;
}
.BgClassName
{
background-color: #BD7002;
}
</style>
border-color css
<style>
span { border-color: #BD7002; }
span { border-color: rgb(189,112,2); }
td.TdClassName
{
border-color: #BD7002;
}
.TagClassName
{
border-color: #BD7002;
}
</style>