Shades of Dark Goldenrod #B58D0D
Tints of Dark Goldenrod #B58D0D
RGB
CMYK
RGB Variations
Color information
#B58D0D (or 0xB58D0D) is known color: Dark Goldenrod. HEX triplet: B5, 8D and 0D. RGB value is (181,141,13). Sum of RGB (Red+Green+Blue) = 181+141+13=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58D0D is #4A72F2. Grayscale: #8A8A8A. Windows color (decimal): -4879091 or 888245. OLE color: 888245.
HSL color Cylindrical-coordinate representation of color #B58D0D: hue angle of 45.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B58D0D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.29 |
| HSL | 45.71º | 0.87% | 0.38% | - |
| HSV(B) | 45.71º | 0.93% | 0.71% | - |
| XYZ | 28.65 | 28.9 | 4.45 | - |
| YUV | 138.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 13 | 0 | 0.22 | 0.93 | 0.29 | 45.71 | 0.87 | 0.38 |
| Hex | B5 | 8D | D | 0 | 16 | 5D | 1D | 2E | 57 | 26 |
| Octal | 265 | 215 | 15 | 0 | 26 | 135 | 35 | 56 | 127 | 46 |
| Binary | 10110101 | 10001101 | 1101 | 0 | 10110 | 1011101 | 11101 | 101110 | 1010111 | 100110 |
Color Harmonies of #B58D0D
Complementary color
Monochromatic Colors of #B58D0D
Black with #B58D0D
Text Example
Text Example
White with #B58D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D0D; }
p { color: rgb(181,141,13); }
H1.HeaderClassName
{
color: #B58D0D;
}
.AnyTagClassName
{
color: #B58D0D;
}
</style>
background-color css
<style>
a { background-color: #B58D0D; }
a { background-color: rgb(181,141,13); }
div.DivClassName
{
background-color: #B58D0D;
}
.BgClassName
{
background-color: #B58D0D;
}
</style>
border-color css
<style>
span { border-color: #B58D0D; }
span { border-color: rgb(181,141,13); }
td.TdClassName
{
border-color: #B58D0D;
}
.TagClassName
{
border-color: #B58D0D;
}
</style>