Shades of Dark Goldenrod #B99001
Tints of Dark Goldenrod #B99001
RGB
CMYK
RGB Variations
Color information
#B99001 (or 0xB99001) is known color: Dark Goldenrod. HEX triplet: B9, 90 and 01. RGB value is (185,144,1). Sum of RGB (Red+Green+Blue) = 185+144+1=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B99001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99001 is #466FFE. Grayscale: #8C8C8C. Windows color (decimal): -4616191 or 102585. OLE color: 102585.
HSL color Cylindrical-coordinate representation of color #B99001: hue angle of 46.63º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B99001 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.27 |
| HSL | 46.63º | 0.99% | 0.36% | - |
| HSV(B) | 46.63º | 0.99% | 0.73% | - |
| XYZ | 29.99 | 30.26 | 4.29 | - |
| YUV | 139.96 | 49.58 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 1 | 0 | 0.22 | 0.99 | 0.27 | 46.63 | 0.99 | 0.36 |
| Hex | B9 | 90 | 1 | 0 | 16 | 63 | 1B | 2F | 63 | 24 |
| Octal | 271 | 220 | 1 | 0 | 26 | 143 | 33 | 57 | 143 | 44 |
| Binary | 10111001 | 10010000 | 1 | 0 | 10110 | 1100011 | 11011 | 101111 | 1100011 | 100100 |
Color Harmonies of #B99001
Complementary color
Monochromatic Colors of #B99001
Black with #B99001
Text Example
Text Example
White with #B99001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99001; }
p { color: rgb(185,144,1); }
H1.HeaderClassName
{
color: #B99001;
}
.AnyTagClassName
{
color: #B99001;
}
</style>
background-color css
<style>
a { background-color: #B99001; }
a { background-color: rgb(185,144,1); }
div.DivClassName
{
background-color: #B99001;
}
.BgClassName
{
background-color: #B99001;
}
</style>
border-color css
<style>
span { border-color: #B99001; }
span { border-color: rgb(185,144,1); }
td.TdClassName
{
border-color: #B99001;
}
.TagClassName
{
border-color: #B99001;
}
</style>