Shades of Dark Goldenrod #B17D05
Tints of Dark Goldenrod #B17D05
RGB
CMYK
RGB Variations
Color information
#B17D05 (or 0xB17D05) is known color: Dark Goldenrod. HEX triplet: B1, 7D and 05. RGB value is (177,125,5). Sum of RGB (Red+Green+Blue) = 177+125+5=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17D05 is #4E82FA. Grayscale: #7F7F7F. Windows color (decimal): -5145339 or 359857. OLE color: 359857.
HSL color Cylindrical-coordinate representation of color #B17D05: hue angle of 41.86º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B17D05 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.31 |
| HSL | 41.86º | 0.95% | 0.36% | - |
| HSV(B) | 41.86º | 0.97% | 0.69% | - |
| XYZ | 25.49 | 24.03 | 3.44 | - |
| YUV | 126.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 5 | 0 | 0.29 | 0.97 | 0.31 | 41.86 | 0.95 | 0.36 |
| Hex | B1 | 7D | 5 | 0 | 1D | 61 | 1F | 2A | 5F | 24 |
| Octal | 261 | 175 | 5 | 0 | 35 | 141 | 37 | 52 | 137 | 44 |
| Binary | 10110001 | 1111101 | 101 | 0 | 11101 | 1100001 | 11111 | 101010 | 1011111 | 100100 |
Color Harmonies of #B17D05
Complementary color
Monochromatic Colors of #B17D05
Black with #B17D05
Text Example
Text Example
White with #B17D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17D05; }
p { color: rgb(177,125,5); }
H1.HeaderClassName
{
color: #B17D05;
}
.AnyTagClassName
{
color: #B17D05;
}
</style>
background-color css
<style>
a { background-color: #B17D05; }
a { background-color: rgb(177,125,5); }
div.DivClassName
{
background-color: #B17D05;
}
.BgClassName
{
background-color: #B17D05;
}
</style>
border-color css
<style>
span { border-color: #B17D05; }
span { border-color: rgb(177,125,5); }
td.TdClassName
{
border-color: #B17D05;
}
.TagClassName
{
border-color: #B17D05;
}
</style>