Shades of Dark Goldenrod #B99401
Tints of Dark Goldenrod #B99401
RGB
CMYK
RGB Variations
Color information
#B99401 (or 0xB99401) is known color: Dark Goldenrod. HEX triplet: B9, 94 and 01. RGB value is (185,148,1). Sum of RGB (Red+Green+Blue) = 185+148+1=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B99401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99401 is #466BFE. Grayscale: #8E8E8E. Windows color (decimal): -4615167 or 103609. OLE color: 103609.
HSL color Cylindrical-coordinate representation of color #B99401: hue angle of 47.93º 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 #B99401 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 148 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.27 |
| HSL | 47.93º | 0.99% | 0.36% | - |
| HSV(B) | 47.93º | 0.99% | 0.73% | - |
| XYZ | 30.6 | 31.5 | 4.5 | - |
| YUV | 142.31 | 48.26 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 1 | 0 | 0.20 | 0.99 | 0.27 | 47.93 | 0.99 | 0.36 |
| Hex | B9 | 94 | 1 | 0 | 14 | 63 | 1B | 30 | 63 | 24 |
| Octal | 271 | 224 | 1 | 0 | 24 | 143 | 33 | 60 | 143 | 44 |
| Binary | 10111001 | 10010100 | 1 | 0 | 10100 | 1100011 | 11011 | 110000 | 1100011 | 100100 |
Color Harmonies of #B99401
Complementary color
Monochromatic Colors of #B99401
Black with #B99401
Text Example
Text Example
White with #B99401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99401; }
p { color: rgb(185,148,1); }
H1.HeaderClassName
{
color: #B99401;
}
.AnyTagClassName
{
color: #B99401;
}
</style>
background-color css
<style>
a { background-color: #B99401; }
a { background-color: rgb(185,148,1); }
div.DivClassName
{
background-color: #B99401;
}
.BgClassName
{
background-color: #B99401;
}
</style>
border-color css
<style>
span { border-color: #B99401; }
span { border-color: rgb(185,148,1); }
td.TdClassName
{
border-color: #B99401;
}
.TagClassName
{
border-color: #B99401;
}
</style>