Shades of Dark Goldenrod #B38417
Tints of Dark Goldenrod #B38417
RGB
CMYK
RGB Variations
Color information
#B38417 (or 0xB38417) is known color: Dark Goldenrod. HEX triplet: B3, 84 and 17. RGB value is (179,132,23). Sum of RGB (Red+Green+Blue) = 179+132+23=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B38417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38417 is #4C7BE8. Grayscale: #868686. Windows color (decimal): -5012457 or 1541299. OLE color: 1541299.
HSL color Cylindrical-coordinate representation of color #B38417: hue angle of 41.92º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B38417 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 23 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.30 |
| HSL | 41.92º | 0.77% | 0.4% | - |
| HSV(B) | 41.92º | 0.87% | 0.7% | - |
| XYZ | 27 | 26.15 | 4.43 | - |
| YUV | 133.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 23 | 0 | 0.26 | 0.87 | 0.30 | 41.92 | 0.77 | 0.4 |
| Hex | B3 | 84 | 17 | 0 | 1A | 57 | 1E | 2A | 4D | 28 |
| Octal | 263 | 204 | 27 | 0 | 32 | 127 | 36 | 52 | 115 | 50 |
| Binary | 10110011 | 10000100 | 10111 | 0 | 11010 | 1010111 | 11110 | 101010 | 1001101 | 101000 |
Color Harmonies of #B38417
Complementary color
Monochromatic Colors of #B38417
Black with #B38417
Text Example
Text Example
White with #B38417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38417; }
p { color: rgb(179,132,23); }
H1.HeaderClassName
{
color: #B38417;
}
.AnyTagClassName
{
color: #B38417;
}
</style>
background-color css
<style>
a { background-color: #B38417; }
a { background-color: rgb(179,132,23); }
div.DivClassName
{
background-color: #B38417;
}
.BgClassName
{
background-color: #B38417;
}
</style>
border-color css
<style>
span { border-color: #B38417; }
span { border-color: rgb(179,132,23); }
td.TdClassName
{
border-color: #B38417;
}
.TagClassName
{
border-color: #B38417;
}
</style>