Shades of Dark Goldenrod #B99804
Tints of Dark Goldenrod #B99804
RGB
CMYK
RGB Variations
Color information
#B99804 (or 0xB99804) is known color: Dark Goldenrod. HEX triplet: B9, 98 and 04. RGB value is (185,152,4). Sum of RGB (Red+Green+Blue) = 185+152+4=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B99804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99804 is #4667FB. Grayscale: #919191. Windows color (decimal): -4614140 or 301241. OLE color: 301241.
HSL color Cylindrical-coordinate representation of color #B99804: hue angle of 49.06º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B99804 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.27 |
| HSL | 49.06º | 0.96% | 0.37% | - |
| HSV(B) | 49.06º | 0.98% | 0.73% | - |
| XYZ | 31.26 | 32.78 | 4.79 | - |
| YUV | 145 | 48.43 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 4 | 0 | 0.18 | 0.98 | 0.27 | 49.06 | 0.96 | 0.37 |
| Hex | B9 | 98 | 4 | 0 | 12 | 62 | 1B | 31 | 60 | 25 |
| Octal | 271 | 230 | 4 | 0 | 22 | 142 | 33 | 61 | 140 | 45 |
| Binary | 10111001 | 10011000 | 100 | 0 | 10010 | 1100010 | 11011 | 110001 | 1100000 | 100101 |
Color Harmonies of #B99804
Complementary color
Monochromatic Colors of #B99804
Black with #B99804
Text Example
Text Example
White with #B99804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99804; }
p { color: rgb(185,152,4); }
H1.HeaderClassName
{
color: #B99804;
}
.AnyTagClassName
{
color: #B99804;
}
</style>
background-color css
<style>
a { background-color: #B99804; }
a { background-color: rgb(185,152,4); }
div.DivClassName
{
background-color: #B99804;
}
.BgClassName
{
background-color: #B99804;
}
</style>
border-color css
<style>
span { border-color: #B99804; }
span { border-color: rgb(185,152,4); }
td.TdClassName
{
border-color: #B99804;
}
.TagClassName
{
border-color: #B99804;
}
</style>