Shades of Dark Goldenrod #B08D0E
Tints of Dark Goldenrod #B08D0E
RGB
CMYK
RGB Variations
Color information
#B08D0E (or 0xB08D0E) is known color: Dark Goldenrod. HEX triplet: B0, 8D and 0E. RGB value is (176,141,14). Sum of RGB (Red+Green+Blue) = 176+141+14=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08D0E is #4F72F1. Grayscale: #898989. Windows color (decimal): -5206770 or 953776. OLE color: 953776.
HSL color Cylindrical-coordinate representation of color #B08D0E: hue angle of 47.04º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B08D0E is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 14 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.31 |
| HSL | 47.04º | 0.85% | 0.37% | - |
| HSV(B) | 47.04º | 0.92% | 0.69% | - |
| XYZ | 27.51 | 28.31 | 4.43 | - |
| YUV | 136.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 14 | 0 | 0.20 | 0.92 | 0.31 | 47.04 | 0.85 | 0.37 |
| Hex | B0 | 8D | E | 0 | 14 | 5C | 1F | 2F | 55 | 25 |
| Octal | 260 | 215 | 16 | 0 | 24 | 134 | 37 | 57 | 125 | 45 |
| Binary | 10110000 | 10001101 | 1110 | 0 | 10100 | 1011100 | 11111 | 101111 | 1010101 | 100101 |
Color Harmonies of #B08D0E
Complementary color
Monochromatic Colors of #B08D0E
Black with #B08D0E
Text Example
Text Example
White with #B08D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D0E; }
p { color: rgb(176,141,14); }
H1.HeaderClassName
{
color: #B08D0E;
}
.AnyTagClassName
{
color: #B08D0E;
}
</style>
background-color css
<style>
a { background-color: #B08D0E; }
a { background-color: rgb(176,141,14); }
div.DivClassName
{
background-color: #B08D0E;
}
.BgClassName
{
background-color: #B08D0E;
}
</style>
border-color css
<style>
span { border-color: #B08D0E; }
span { border-color: rgb(176,141,14); }
td.TdClassName
{
border-color: #B08D0E;
}
.TagClassName
{
border-color: #B08D0E;
}
</style>