Shades of Dark Goldenrod #B17817
Tints of Dark Goldenrod #B17817
RGB
CMYK
RGB Variations
Color information
#B17817 (or 0xB17817) is known color: Dark Goldenrod. HEX triplet: B1, 78 and 17. RGB value is (177,120,23). Sum of RGB (Red+Green+Blue) = 177+120+23=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B17817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17817 is #4E87E8. Grayscale: #7E7E7E. Windows color (decimal): -5146601 or 1538225. OLE color: 1538225.
HSL color Cylindrical-coordinate representation of color #B17817: hue angle of 37.79º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B17817 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 23 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.31 |
| HSL | 37.79º | 0.77% | 0.39% | - |
| HSV(B) | 37.79º | 0.87% | 0.69% | - |
| XYZ | 25 | 22.84 | 3.9 | - |
| YUV | 125.99 | 69.88 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 23 | 0 | 0.32 | 0.87 | 0.31 | 37.79 | 0.77 | 0.39 |
| Hex | B1 | 78 | 17 | 0 | 20 | 57 | 1F | 26 | 4D | 27 |
| Octal | 261 | 170 | 27 | 0 | 40 | 127 | 37 | 46 | 115 | 47 |
| Binary | 10110001 | 1111000 | 10111 | 0 | 100000 | 1010111 | 11111 | 100110 | 1001101 | 100111 |
Color Harmonies of #B17817
Complementary color
Monochromatic Colors of #B17817
Black with #B17817
Text Example
Text Example
White with #B17817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17817; }
p { color: rgb(177,120,23); }
H1.HeaderClassName
{
color: #B17817;
}
.AnyTagClassName
{
color: #B17817;
}
</style>
background-color css
<style>
a { background-color: #B17817; }
a { background-color: rgb(177,120,23); }
div.DivClassName
{
background-color: #B17817;
}
.BgClassName
{
background-color: #B17817;
}
</style>
border-color css
<style>
span { border-color: #B17817; }
span { border-color: rgb(177,120,23); }
td.TdClassName
{
border-color: #B17817;
}
.TagClassName
{
border-color: #B17817;
}
</style>