Shades of Dark Goldenrod #BD7802
Tints of Dark Goldenrod #BD7802
RGB
CMYK
RGB Variations
Color information
#BD7802 (or 0xBD7802) is known color: Dark Goldenrod. HEX triplet: BD, 78 and 02. RGB value is (189,120,2). Sum of RGB (Red+Green+Blue) = 189+120+2=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7802 is #4287FD. Grayscale: #7F7F7F. Windows color (decimal): -4360190 or 161981. OLE color: 161981.
HSL color Cylindrical-coordinate representation of color #BD7802: hue angle of 37.86º 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 #BD7802 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.26 |
| HSL | 37.86º | 0.98% | 0.37% | - |
| HSV(B) | 37.86º | 0.99% | 0.74% | - |
| XYZ | 27.71 | 24.26 | 3.28 | - |
| YUV | 127.18 | 57.36 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 2 | 0 | 0.37 | 0.99 | 0.26 | 37.86 | 0.98 | 0.37 |
| Hex | BD | 78 | 2 | 0 | 25 | 63 | 1A | 26 | 62 | 25 |
| Octal | 275 | 170 | 2 | 0 | 45 | 143 | 32 | 46 | 142 | 45 |
| Binary | 10111101 | 1111000 | 10 | 0 | 100101 | 1100011 | 11010 | 100110 | 1100010 | 100101 |
Color Harmonies of #BD7802
Complementary color
Monochromatic Colors of #BD7802
Black with #BD7802
Text Example
Text Example
White with #BD7802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7802; }
p { color: rgb(189,120,2); }
H1.HeaderClassName
{
color: #BD7802;
}
.AnyTagClassName
{
color: #BD7802;
}
</style>
background-color css
<style>
a { background-color: #BD7802; }
a { background-color: rgb(189,120,2); }
div.DivClassName
{
background-color: #BD7802;
}
.BgClassName
{
background-color: #BD7802;
}
</style>
border-color css
<style>
span { border-color: #BD7802; }
span { border-color: rgb(189,120,2); }
td.TdClassName
{
border-color: #BD7802;
}
.TagClassName
{
border-color: #BD7802;
}
</style>