Shades of Dark Goldenrod #B59901
Tints of Dark Goldenrod #B59901
RGB
CMYK
RGB Variations
Color information
#B59901 (or 0xB59901) is known color: Dark Goldenrod. HEX triplet: B5, 99 and 01. RGB value is (181,153,1). Sum of RGB (Red+Green+Blue) = 181+153+1=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B59901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59901 is #4A66FE. Grayscale: #909090. Windows color (decimal): -4876031 or 104885. OLE color: 104885.
HSL color Cylindrical-coordinate representation of color #B59901: hue angle of 50.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B59901 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.29 |
| HSL | 50.67º | 0.99% | 0.36% | - |
| HSV(B) | 50.67º | 0.99% | 0.71% | - |
| XYZ | 30.45 | 32.61 | 4.72 | - |
| YUV | 144.04 | 47.28 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 1 | 0 | 0.15 | 0.99 | 0.29 | 50.67 | 0.99 | 0.36 |
| Hex | B5 | 99 | 1 | 0 | F | 63 | 1D | 33 | 63 | 24 |
| Octal | 265 | 231 | 1 | 0 | 17 | 143 | 35 | 63 | 143 | 44 |
| Binary | 10110101 | 10011001 | 1 | 0 | 1111 | 1100011 | 11101 | 110011 | 1100011 | 100100 |
Color Harmonies of #B59901
Complementary color
Monochromatic Colors of #B59901
Black with #B59901
Text Example
Text Example
White with #B59901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59901; }
p { color: rgb(181,153,1); }
H1.HeaderClassName
{
color: #B59901;
}
.AnyTagClassName
{
color: #B59901;
}
</style>
background-color css
<style>
a { background-color: #B59901; }
a { background-color: rgb(181,153,1); }
div.DivClassName
{
background-color: #B59901;
}
.BgClassName
{
background-color: #B59901;
}
</style>
border-color css
<style>
span { border-color: #B59901; }
span { border-color: rgb(181,153,1); }
td.TdClassName
{
border-color: #B59901;
}
.TagClassName
{
border-color: #B59901;
}
</style>