Shades of Dark Goldenrod #B38011
Tints of Dark Goldenrod #B38011
RGB
CMYK
RGB Variations
Color information
#B38011 (or 0xB38011) is known color: Dark Goldenrod. HEX triplet: B3, 80 and 11. RGB value is (179,128,17). Sum of RGB (Red+Green+Blue) = 179+128+17=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B38011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38011 is #4C7FEE. Grayscale: #838383. Windows color (decimal): -5013487 or 1147059. OLE color: 1147059.
HSL color Cylindrical-coordinate representation of color #B38011: hue angle of 41.11º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B38011 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 17 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.30 |
| HSL | 41.11º | 0.83% | 0.38% | - |
| HSV(B) | 41.11º | 0.91% | 0.7% | - |
| XYZ | 26.41 | 25.06 | 3.98 | - |
| YUV | 130.6 | 63.9 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 17 | 0 | 0.28 | 0.91 | 0.30 | 41.11 | 0.83 | 0.38 |
| Hex | B3 | 80 | 11 | 0 | 1C | 5B | 1E | 29 | 53 | 26 |
| Octal | 263 | 200 | 21 | 0 | 34 | 133 | 36 | 51 | 123 | 46 |
| Binary | 10110011 | 10000000 | 10001 | 0 | 11100 | 1011011 | 11110 | 101001 | 1010011 | 100110 |
Color Harmonies of #B38011
Complementary color
Monochromatic Colors of #B38011
Black with #B38011
Text Example
Text Example
White with #B38011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38011; }
p { color: rgb(179,128,17); }
H1.HeaderClassName
{
color: #B38011;
}
.AnyTagClassName
{
color: #B38011;
}
</style>
background-color css
<style>
a { background-color: #B38011; }
a { background-color: rgb(179,128,17); }
div.DivClassName
{
background-color: #B38011;
}
.BgClassName
{
background-color: #B38011;
}
</style>
border-color css
<style>
span { border-color: #B38011; }
span { border-color: rgb(179,128,17); }
td.TdClassName
{
border-color: #B38011;
}
.TagClassName
{
border-color: #B38011;
}
</style>