Shades of Dark Goldenrod #B99300
Tints of Dark Goldenrod #B99300
RGB
CMYK
RGB Variations
Color information
#B99300 (or 0xB99300) is known color: Dark Goldenrod. HEX triplet: B9, 93 and 00. RGB value is (185,147,0). Sum of RGB (Red+Green+Blue) = 185+147+0=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B99300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99300 is #466CFF. Grayscale: #8E8E8E. Windows color (decimal): -4615424 or 37817. OLE color: 37817.
HSL color Cylindrical-coordinate representation of color #B99300: hue angle of 47.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B99300 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.27 |
| HSL | 47.68º | 1% | 0.36% | - |
| HSV(B) | 47.68º | 1% | 0.73% | - |
| XYZ | 30.44 | 31.18 | 4.41 | - |
| YUV | 141.6 | 48.09 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 0 | 0 | 0.21 | 1 | 0.27 | 47.68 | 1 | 0.36 |
| Hex | B9 | 93 | 0 | 0 | 15 | 64 | 1B | 30 | 64 | 24 |
| Octal | 271 | 223 | 0 | 0 | 25 | 144 | 33 | 60 | 144 | 44 |
| Binary | 10111001 | 10010011 | 0 | 0 | 10101 | 1100100 | 11011 | 110000 | 1100100 | 100100 |
Color Harmonies of #B99300
Complementary color
Monochromatic Colors of #B99300
Black with #B99300
Text Example
Text Example
White with #B99300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99300; }
p { color: rgb(185,147,0); }
H1.HeaderClassName
{
color: #B99300;
}
.AnyTagClassName
{
color: #B99300;
}
</style>
background-color css
<style>
a { background-color: #B99300; }
a { background-color: rgb(185,147,0); }
div.DivClassName
{
background-color: #B99300;
}
.BgClassName
{
background-color: #B99300;
}
</style>
border-color css
<style>
span { border-color: #B99300; }
span { border-color: rgb(185,147,0); }
td.TdClassName
{
border-color: #B99300;
}
.TagClassName
{
border-color: #B99300;
}
</style>