Shades of Dark Goldenrod #B99008
Tints of Dark Goldenrod #B99008
RGB
CMYK
RGB Variations
Color information
#B99008 (or 0xB99008) is known color: Dark Goldenrod. HEX triplet: B9, 90 and 08. RGB value is (185,144,8). Sum of RGB (Red+Green+Blue) = 185+144+8=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B99008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99008 is #466FF7. Grayscale: #8D8D8D. Windows color (decimal): -4616184 or 561337. OLE color: 561337.
HSL color Cylindrical-coordinate representation of color #B99008: hue angle of 46.1º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B99008 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 8 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.27 |
| HSL | 46.1º | 0.92% | 0.38% | - |
| HSV(B) | 46.1º | 0.96% | 0.73% | - |
| XYZ | 30.02 | 30.28 | 4.49 | - |
| YUV | 140.76 | 53.08 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 8 | 0 | 0.22 | 0.96 | 0.27 | 46.1 | 0.92 | 0.38 |
| Hex | B9 | 90 | 8 | 0 | 16 | 60 | 1B | 2E | 5C | 26 |
| Octal | 271 | 220 | 10 | 0 | 26 | 140 | 33 | 56 | 134 | 46 |
| Binary | 10111001 | 10010000 | 1000 | 0 | 10110 | 1100000 | 11011 | 101110 | 1011100 | 100110 |
Color Harmonies of #B99008
Complementary color
Monochromatic Colors of #B99008
Black with #B99008
Text Example
Text Example
White with #B99008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99008; }
p { color: rgb(185,144,8); }
H1.HeaderClassName
{
color: #B99008;
}
.AnyTagClassName
{
color: #B99008;
}
</style>
background-color css
<style>
a { background-color: #B99008; }
a { background-color: rgb(185,144,8); }
div.DivClassName
{
background-color: #B99008;
}
.BgClassName
{
background-color: #B99008;
}
</style>
border-color css
<style>
span { border-color: #B99008; }
span { border-color: rgb(185,144,8); }
td.TdClassName
{
border-color: #B99008;
}
.TagClassName
{
border-color: #B99008;
}
</style>