Shades of Dark Goldenrod #B98011
Tints of Dark Goldenrod #B98011
RGB
CMYK
RGB Variations
Color information
#B98011 (or 0xB98011) is known color: Dark Goldenrod. HEX triplet: B9, 80 and 11. RGB value is (185,128,17). Sum of RGB (Red+Green+Blue) = 185+128+17=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B98011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98011 is #467FEE. Grayscale: #848484. Windows color (decimal): -4620271 or 1147065. OLE color: 1147065.
HSL color Cylindrical-coordinate representation of color #B98011: hue angle of 39.64º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B98011 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 17 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.27 |
| HSL | 39.64º | 0.83% | 0.4% | - |
| HSV(B) | 39.64º | 0.91% | 0.73% | - |
| XYZ | 27.83 | 25.79 | 4.04 | - |
| YUV | 132.39 | 62.88 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 17 | 0 | 0.31 | 0.91 | 0.27 | 39.64 | 0.83 | 0.4 |
| Hex | B9 | 80 | 11 | 0 | 1F | 5B | 1B | 28 | 53 | 28 |
| Octal | 271 | 200 | 21 | 0 | 37 | 133 | 33 | 50 | 123 | 50 |
| Binary | 10111001 | 10000000 | 10001 | 0 | 11111 | 1011011 | 11011 | 101000 | 1010011 | 101000 |
Color Harmonies of #B98011
Complementary color
Monochromatic Colors of #B98011
Black with #B98011
Text Example
Text Example
White with #B98011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98011; }
p { color: rgb(185,128,17); }
H1.HeaderClassName
{
color: #B98011;
}
.AnyTagClassName
{
color: #B98011;
}
</style>
background-color css
<style>
a { background-color: #B98011; }
a { background-color: rgb(185,128,17); }
div.DivClassName
{
background-color: #B98011;
}
.BgClassName
{
background-color: #B98011;
}
</style>
border-color css
<style>
span { border-color: #B98011; }
span { border-color: rgb(185,128,17); }
td.TdClassName
{
border-color: #B98011;
}
.TagClassName
{
border-color: #B98011;
}
</style>