Shades of Dark Goldenrod #BD7701
Tints of Dark Goldenrod #BD7701
RGB
CMYK
RGB Variations
Color information
#BD7701 (or 0xBD7701) is known color: Dark Goldenrod. HEX triplet: BD, 77 and 01. RGB value is (189,119,1). Sum of RGB (Red+Green+Blue) = 189+119+1=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7701 is #4288FE. Grayscale: #7F7F7F. Windows color (decimal): -4360447 or 96189. OLE color: 96189.
HSL color Cylindrical-coordinate representation of color #BD7701: hue angle of 37.66º degrees, saturation: 0.99, 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 #BD7701 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.26 |
| HSL | 37.66º | 0.99% | 0.37% | - |
| HSV(B) | 37.66º | 0.99% | 0.74% | - |
| XYZ | 27.59 | 24.01 | 3.21 | - |
| YUV | 126.48 | 57.19 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 1 | 0 | 0.37 | 0.99 | 0.26 | 37.66 | 0.99 | 0.37 |
| Hex | BD | 77 | 1 | 0 | 25 | 63 | 1A | 26 | 63 | 25 |
| Octal | 275 | 167 | 1 | 0 | 45 | 143 | 32 | 46 | 143 | 45 |
| Binary | 10111101 | 1110111 | 1 | 0 | 100101 | 1100011 | 11010 | 100110 | 1100011 | 100101 |
Color Harmonies of #BD7701
Complementary color
Monochromatic Colors of #BD7701
Black with #BD7701
Text Example
Text Example
White with #BD7701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7701; }
p { color: rgb(189,119,1); }
H1.HeaderClassName
{
color: #BD7701;
}
.AnyTagClassName
{
color: #BD7701;
}
</style>
background-color css
<style>
a { background-color: #BD7701; }
a { background-color: rgb(189,119,1); }
div.DivClassName
{
background-color: #BD7701;
}
.BgClassName
{
background-color: #BD7701;
}
</style>
border-color css
<style>
span { border-color: #BD7701; }
span { border-color: rgb(189,119,1); }
td.TdClassName
{
border-color: #BD7701;
}
.TagClassName
{
border-color: #BD7701;
}
</style>