Shades of Dark Goldenrod #B38811
Tints of Dark Goldenrod #B38811
RGB
CMYK
RGB Variations
Color information
#B38811 (or 0xB38811) is known color: Dark Goldenrod. HEX triplet: B3, 88 and 11. RGB value is (179,136,17). Sum of RGB (Red+Green+Blue) = 179+136+17=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B38811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38811 is #4C77EE. Grayscale: #878787. Windows color (decimal): -5011439 or 1149107. OLE color: 1149107.
HSL color Cylindrical-coordinate representation of color #B38811: hue angle of 44.07º 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 #B38811 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 17 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.30 |
| HSL | 44.07º | 0.83% | 0.38% | - |
| HSV(B) | 44.07º | 0.91% | 0.7% | - |
| XYZ | 27.5 | 27.23 | 4.34 | - |
| YUV | 135.29 | 61.25 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 17 | 0 | 0.24 | 0.91 | 0.30 | 44.07 | 0.83 | 0.38 |
| Hex | B3 | 88 | 11 | 0 | 18 | 5B | 1E | 2C | 53 | 26 |
| Octal | 263 | 210 | 21 | 0 | 30 | 133 | 36 | 54 | 123 | 46 |
| Binary | 10110011 | 10001000 | 10001 | 0 | 11000 | 1011011 | 11110 | 101100 | 1010011 | 100110 |
Color Harmonies of #B38811
Complementary color
Monochromatic Colors of #B38811
Black with #B38811
Text Example
Text Example
White with #B38811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38811; }
p { color: rgb(179,136,17); }
H1.HeaderClassName
{
color: #B38811;
}
.AnyTagClassName
{
color: #B38811;
}
</style>
background-color css
<style>
a { background-color: #B38811; }
a { background-color: rgb(179,136,17); }
div.DivClassName
{
background-color: #B38811;
}
.BgClassName
{
background-color: #B38811;
}
</style>
border-color css
<style>
span { border-color: #B38811; }
span { border-color: rgb(179,136,17); }
td.TdClassName
{
border-color: #B38811;
}
.TagClassName
{
border-color: #B38811;
}
</style>