Shades of Dark Goldenrod #B17F11
Tints of Dark Goldenrod #B17F11
RGB
CMYK
RGB Variations
Color information
#B17F11 (or 0xB17F11) is known color: Dark Goldenrod. HEX triplet: B1, 7F and 11. RGB value is (177,127,17). Sum of RGB (Red+Green+Blue) = 177+127+17=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17F11 is #4E80EE. Grayscale: #818181. Windows color (decimal): -5144815 or 1146801. OLE color: 1146801.
HSL color Cylindrical-coordinate representation of color #B17F11: hue angle of 41.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B17F11 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 17 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.31 |
| HSL | 41.25º | 0.82% | 0.38% | - |
| HSV(B) | 41.25º | 0.9% | 0.69% | - |
| XYZ | 25.82 | 24.57 | 3.91 | - |
| YUV | 129.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 17 | 0 | 0.28 | 0.90 | 0.31 | 41.25 | 0.82 | 0.38 |
| Hex | B1 | 7F | 11 | 0 | 1C | 5A | 1F | 29 | 52 | 26 |
| Octal | 261 | 177 | 21 | 0 | 34 | 132 | 37 | 51 | 122 | 46 |
| Binary | 10110001 | 1111111 | 10001 | 0 | 11100 | 1011010 | 11111 | 101001 | 1010010 | 100110 |
Color Harmonies of #B17F11
Complementary color
Monochromatic Colors of #B17F11
Black with #B17F11
Text Example
Text Example
White with #B17F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F11; }
p { color: rgb(177,127,17); }
H1.HeaderClassName
{
color: #B17F11;
}
.AnyTagClassName
{
color: #B17F11;
}
</style>
background-color css
<style>
a { background-color: #B17F11; }
a { background-color: rgb(177,127,17); }
div.DivClassName
{
background-color: #B17F11;
}
.BgClassName
{
background-color: #B17F11;
}
</style>
border-color css
<style>
span { border-color: #B17F11; }
span { border-color: rgb(177,127,17); }
td.TdClassName
{
border-color: #B17F11;
}
.TagClassName
{
border-color: #B17F11;
}
</style>