Shades of Dark Goldenrod #B07808
Tints of Dark Goldenrod #B07808
RGB
CMYK
RGB Variations
Color information
#B07808 (or 0xB07808) is known color: Dark Goldenrod. HEX triplet: B0, 78 and 08. RGB value is (176,120,8). Sum of RGB (Red+Green+Blue) = 176+120+8=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B07808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07808 is #4F87F7. Grayscale: #7C7C7C. Windows color (decimal): -5212152 or 555184. OLE color: 555184.
HSL color Cylindrical-coordinate representation of color #B07808: hue angle of 40º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B07808 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 8 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.31 |
| HSL | 40º | 0.91% | 0.36% | - |
| HSV(B) | 40º | 0.95% | 0.69% | - |
| XYZ | 24.66 | 22.68 | 3.31 | - |
| YUV | 123.98 | 62.55 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 8 | 0 | 0.32 | 0.95 | 0.31 | 40 | 0.91 | 0.36 |
| Hex | B0 | 78 | 8 | 0 | 20 | 5F | 1F | 28 | 5B | 24 |
| Octal | 260 | 170 | 10 | 0 | 40 | 137 | 37 | 50 | 133 | 44 |
| Binary | 10110000 | 1111000 | 1000 | 0 | 100000 | 1011111 | 11111 | 101000 | 1011011 | 100100 |
Color Harmonies of #B07808
Complementary color
Monochromatic Colors of #B07808
Black with #B07808
Text Example
Text Example
White with #B07808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07808; }
p { color: rgb(176,120,8); }
H1.HeaderClassName
{
color: #B07808;
}
.AnyTagClassName
{
color: #B07808;
}
</style>
background-color css
<style>
a { background-color: #B07808; }
a { background-color: rgb(176,120,8); }
div.DivClassName
{
background-color: #B07808;
}
.BgClassName
{
background-color: #B07808;
}
</style>
border-color css
<style>
span { border-color: #B07808; }
span { border-color: rgb(176,120,8); }
td.TdClassName
{
border-color: #B07808;
}
.TagClassName
{
border-color: #B07808;
}
</style>