Shades of Dark Goldenrod #B99301
Tints of Dark Goldenrod #B99301
RGB
CMYK
RGB Variations
Color information
#B99301 (or 0xB99301) is known color: Dark Goldenrod. HEX triplet: B9, 93 and 01. RGB value is (185,147,1). Sum of RGB (Red+Green+Blue) = 185+147+1=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B99301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99301 is #466CFE. Grayscale: #8E8E8E. Windows color (decimal): -4615423 or 103353. OLE color: 103353.
HSL color Cylindrical-coordinate representation of color #B99301: hue angle of 47.61º 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 #B99301 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.27 |
| HSL | 47.61º | 0.99% | 0.36% | - |
| HSV(B) | 47.61º | 0.99% | 0.73% | - |
| XYZ | 30.45 | 31.18 | 4.44 | - |
| YUV | 141.72 | 48.59 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 1 | 0 | 0.21 | 0.99 | 0.27 | 47.61 | 0.99 | 0.36 |
| Hex | B9 | 93 | 1 | 0 | 15 | 63 | 1B | 30 | 63 | 24 |
| Octal | 271 | 223 | 1 | 0 | 25 | 143 | 33 | 60 | 143 | 44 |
| Binary | 10111001 | 10010011 | 1 | 0 | 10101 | 1100011 | 11011 | 110000 | 1100011 | 100100 |
Color Harmonies of #B99301
Complementary color
Monochromatic Colors of #B99301
Black with #B99301
Text Example
Text Example
White with #B99301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99301; }
p { color: rgb(185,147,1); }
H1.HeaderClassName
{
color: #B99301;
}
.AnyTagClassName
{
color: #B99301;
}
</style>
background-color css
<style>
a { background-color: #B99301; }
a { background-color: rgb(185,147,1); }
div.DivClassName
{
background-color: #B99301;
}
.BgClassName
{
background-color: #B99301;
}
</style>
border-color css
<style>
span { border-color: #B99301; }
span { border-color: rgb(185,147,1); }
td.TdClassName
{
border-color: #B99301;
}
.TagClassName
{
border-color: #B99301;
}
</style>