Shades of Dark Goldenrod #B37D17
Tints of Dark Goldenrod #B37D17
RGB
CMYK
RGB Variations
Color information
#B37D17 (or 0xB37D17) is known color: Dark Goldenrod. HEX triplet: B3, 7D and 17. RGB value is (179,125,23). Sum of RGB (Red+Green+Blue) = 179+125+23=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37D17 is #4C82E8. Grayscale: #818181. Windows color (decimal): -5014249 or 1539507. OLE color: 1539507.
HSL color Cylindrical-coordinate representation of color #B37D17: hue angle of 39.23º 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 #B37D17 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 23 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.30 |
| HSL | 39.23º | 0.77% | 0.4% | - |
| HSV(B) | 39.23º | 0.87% | 0.7% | - |
| XYZ | 26.08 | 24.31 | 4.13 | - |
| YUV | 129.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 23 | 0 | 0.30 | 0.87 | 0.30 | 39.23 | 0.77 | 0.4 |
| Hex | B3 | 7D | 17 | 0 | 1E | 57 | 1E | 27 | 4D | 28 |
| Octal | 263 | 175 | 27 | 0 | 36 | 127 | 36 | 47 | 115 | 50 |
| Binary | 10110011 | 1111101 | 10111 | 0 | 11110 | 1010111 | 11110 | 100111 | 1001101 | 101000 |
Color Harmonies of #B37D17
Complementary color
Monochromatic Colors of #B37D17
Black with #B37D17
Text Example
Text Example
White with #B37D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D17; }
p { color: rgb(179,125,23); }
H1.HeaderClassName
{
color: #B37D17;
}
.AnyTagClassName
{
color: #B37D17;
}
</style>
background-color css
<style>
a { background-color: #B37D17; }
a { background-color: rgb(179,125,23); }
div.DivClassName
{
background-color: #B37D17;
}
.BgClassName
{
background-color: #B37D17;
}
</style>
border-color css
<style>
span { border-color: #B37D17; }
span { border-color: rgb(179,125,23); }
td.TdClassName
{
border-color: #B37D17;
}
.TagClassName
{
border-color: #B37D17;
}
</style>