Shades of Dark Goldenrod #B99204
Tints of Dark Goldenrod #B99204
RGB
CMYK
RGB Variations
Color information
#B99204 (or 0xB99204) is known color: Dark Goldenrod. HEX triplet: B9, 92 and 04. RGB value is (185,146,4). Sum of RGB (Red+Green+Blue) = 185+146+4=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B99204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99204 is #466DFB. Grayscale: #8E8E8E. Windows color (decimal): -4615676 or 299705. OLE color: 299705.
HSL color Cylindrical-coordinate representation of color #B99204: hue angle of 47.07º 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 #B99204 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.27 |
| HSL | 47.07º | 0.96% | 0.37% | - |
| HSV(B) | 47.07º | 0.98% | 0.73% | - |
| XYZ | 30.31 | 30.88 | 4.48 | - |
| YUV | 141.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 4 | 0 | 0.21 | 0.98 | 0.27 | 47.07 | 0.96 | 0.37 |
| Hex | B9 | 92 | 4 | 0 | 15 | 62 | 1B | 2F | 60 | 25 |
| Octal | 271 | 222 | 4 | 0 | 25 | 142 | 33 | 57 | 140 | 45 |
| Binary | 10111001 | 10010010 | 100 | 0 | 10101 | 1100010 | 11011 | 101111 | 1100000 | 100101 |
Color Harmonies of #B99204
Complementary color
Monochromatic Colors of #B99204
Black with #B99204
Text Example
Text Example
White with #B99204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99204; }
p { color: rgb(185,146,4); }
H1.HeaderClassName
{
color: #B99204;
}
.AnyTagClassName
{
color: #B99204;
}
</style>
background-color css
<style>
a { background-color: #B99204; }
a { background-color: rgb(185,146,4); }
div.DivClassName
{
background-color: #B99204;
}
.BgClassName
{
background-color: #B99204;
}
</style>
border-color css
<style>
span { border-color: #B99204; }
span { border-color: rgb(185,146,4); }
td.TdClassName
{
border-color: #B99204;
}
.TagClassName
{
border-color: #B99204;
}
</style>