Shades of Dark Goldenrod #B78007
Tints of Dark Goldenrod #B78007
RGB
CMYK
RGB Variations
Color information
#B78007 (or 0xB78007) is known color: Dark Goldenrod. HEX triplet: B7, 80 and 07. RGB value is (183,128,7). Sum of RGB (Red+Green+Blue) = 183+128+7=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B78007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78007 is #487FF8. Grayscale: #838383. Windows color (decimal): -4751353 or 491703. OLE color: 491703.
HSL color Cylindrical-coordinate representation of color #B78007: hue angle of 41.25º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B78007 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 7 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.28 |
| HSL | 41.25º | 0.93% | 0.37% | - |
| HSV(B) | 41.25º | 0.96% | 0.72% | - |
| XYZ | 27.29 | 25.52 | 3.69 | - |
| YUV | 130.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 7 | 0 | 0.30 | 0.96 | 0.28 | 41.25 | 0.93 | 0.37 |
| Hex | B7 | 80 | 7 | 0 | 1E | 60 | 1C | 29 | 5D | 25 |
| Octal | 267 | 200 | 7 | 0 | 36 | 140 | 34 | 51 | 135 | 45 |
| Binary | 10110111 | 10000000 | 111 | 0 | 11110 | 1100000 | 11100 | 101001 | 1011101 | 100101 |
Color Harmonies of #B78007
Complementary color
Monochromatic Colors of #B78007
Black with #B78007
Text Example
Text Example
White with #B78007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78007; }
p { color: rgb(183,128,7); }
H1.HeaderClassName
{
color: #B78007;
}
.AnyTagClassName
{
color: #B78007;
}
</style>
background-color css
<style>
a { background-color: #B78007; }
a { background-color: rgb(183,128,7); }
div.DivClassName
{
background-color: #B78007;
}
.BgClassName
{
background-color: #B78007;
}
</style>
border-color css
<style>
span { border-color: #B78007; }
span { border-color: rgb(183,128,7); }
td.TdClassName
{
border-color: #B78007;
}
.TagClassName
{
border-color: #B78007;
}
</style>