Shades of Dark Goldenrod #B99800
Tints of Dark Goldenrod #B99800
RGB
CMYK
RGB Variations
Color information
#B99800 (or 0xB99800) is known color: Dark Goldenrod. HEX triplet: B9, 98 and 00. RGB value is (185,152,0). Sum of RGB (Red+Green+Blue) = 185+152+0=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B99800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99800 is #4667FF. Grayscale: #919191. Windows color (decimal): -4614144 or 39097. OLE color: 39097.
HSL color Cylindrical-coordinate representation of color #B99800: hue angle of 49.3º 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 #B99800 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.27 |
| HSL | 49.3º | 1% | 0.36% | - |
| HSV(B) | 49.3º | 1% | 0.73% | - |
| XYZ | 31.24 | 32.77 | 4.68 | - |
| YUV | 144.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 0 | 0 | 0.18 | 1 | 0.27 | 49.3 | 1 | 0.36 |
| Hex | B9 | 98 | 0 | 0 | 12 | 64 | 1B | 31 | 64 | 24 |
| Octal | 271 | 230 | 0 | 0 | 22 | 144 | 33 | 61 | 144 | 44 |
| Binary | 10111001 | 10011000 | 0 | 0 | 10010 | 1100100 | 11011 | 110001 | 1100100 | 100100 |
Color Harmonies of #B99800
Complementary color
Monochromatic Colors of #B99800
Black with #B99800
Text Example
Text Example
White with #B99800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99800; }
p { color: rgb(185,152,0); }
H1.HeaderClassName
{
color: #B99800;
}
.AnyTagClassName
{
color: #B99800;
}
</style>
background-color css
<style>
a { background-color: #B99800; }
a { background-color: rgb(185,152,0); }
div.DivClassName
{
background-color: #B99800;
}
.BgClassName
{
background-color: #B99800;
}
</style>
border-color css
<style>
span { border-color: #B99800; }
span { border-color: rgb(185,152,0); }
td.TdClassName
{
border-color: #B99800;
}
.TagClassName
{
border-color: #B99800;
}
</style>