Shades of Dark Goldenrod #BD7800
Tints of Dark Goldenrod #BD7800
RGB
CMYK
RGB Variations
Color information
#BD7800 (or 0xBD7800) is known color: Dark Goldenrod. HEX triplet: BD, 78 and 00. RGB value is (189,120,0). Sum of RGB (Red+Green+Blue) = 189+120+0=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7800 is #4287FF. Grayscale: #7F7F7F. Windows color (decimal): -4360192 or 30909. OLE color: 30909.
HSL color Cylindrical-coordinate representation of color #BD7800: hue angle of 38.1º 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 #BD7800 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.26 |
| HSL | 38.1º | 1% | 0.37% | - |
| HSV(B) | 38.1º | 1% | 0.74% | - |
| XYZ | 27.7 | 24.25 | 3.22 | - |
| YUV | 126.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 0 | 0 | 0.37 | 1 | 0.26 | 38.1 | 1 | 0.37 |
| Hex | BD | 78 | 0 | 0 | 25 | 64 | 1A | 26 | 64 | 25 |
| Octal | 275 | 170 | 0 | 0 | 45 | 144 | 32 | 46 | 144 | 45 |
| Binary | 10111101 | 1111000 | 0 | 0 | 100101 | 1100100 | 11010 | 100110 | 1100100 | 100101 |
Color Harmonies of #BD7800
Complementary color
Monochromatic Colors of #BD7800
Black with #BD7800
Text Example
Text Example
White with #BD7800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7800; }
p { color: rgb(189,120,0); }
H1.HeaderClassName
{
color: #BD7800;
}
.AnyTagClassName
{
color: #BD7800;
}
</style>
background-color css
<style>
a { background-color: #BD7800; }
a { background-color: rgb(189,120,0); }
div.DivClassName
{
background-color: #BD7800;
}
.BgClassName
{
background-color: #BD7800;
}
</style>
border-color css
<style>
span { border-color: #BD7800; }
span { border-color: rgb(189,120,0); }
td.TdClassName
{
border-color: #BD7800;
}
.TagClassName
{
border-color: #BD7800;
}
</style>