Shades of Dark Goldenrod #BD7700
Tints of Dark Goldenrod #BD7700
RGB
CMYK
RGB Variations
Color information
#BD7700 (or 0xBD7700) is known color: Dark Goldenrod. HEX triplet: BD, 77 and 00. RGB value is (189,119,0). Sum of RGB (Red+Green+Blue) = 189+119+0=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7700 is #4288FF. Grayscale: #7E7E7E. Windows color (decimal): -4360448 or 30653. OLE color: 30653.
HSL color Cylindrical-coordinate representation of color #BD7700: hue angle of 37.78º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD7700 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.26 |
| HSL | 37.78º | 1% | 0.37% | - |
| HSV(B) | 37.78º | 1% | 0.74% | - |
| XYZ | 27.58 | 24.01 | 3.18 | - |
| YUV | 126.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 0 | 0 | 0.37 | 1 | 0.26 | 37.78 | 1 | 0.37 |
| Hex | BD | 77 | 0 | 0 | 25 | 64 | 1A | 26 | 64 | 25 |
| Octal | 275 | 167 | 0 | 0 | 45 | 144 | 32 | 46 | 144 | 45 |
| Binary | 10111101 | 1110111 | 0 | 0 | 100101 | 1100100 | 11010 | 100110 | 1100100 | 100101 |
Color Harmonies of #BD7700
Complementary color
Monochromatic Colors of #BD7700
Black with #BD7700
Text Example
Text Example
White with #BD7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7700; }
p { color: rgb(189,119,0); }
H1.HeaderClassName
{
color: #BD7700;
}
.AnyTagClassName
{
color: #BD7700;
}
</style>
background-color css
<style>
a { background-color: #BD7700; }
a { background-color: rgb(189,119,0); }
div.DivClassName
{
background-color: #BD7700;
}
.BgClassName
{
background-color: #BD7700;
}
</style>
border-color css
<style>
span { border-color: #BD7700; }
span { border-color: rgb(189,119,0); }
td.TdClassName
{
border-color: #BD7700;
}
.TagClassName
{
border-color: #BD7700;
}
</style>