Shades of Dark Goldenrod #B17007
Tints of Dark Goldenrod #B17007
RGB
CMYK
RGB Variations
Color information
#B17007 (or 0xB17007) is known color: Dark Goldenrod. HEX triplet: B1, 70 and 07. RGB value is (177,112,7). Sum of RGB (Red+Green+Blue) = 177+112+7=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B17007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17007 is #4E8FF8. Grayscale: #777777. Windows color (decimal): -5148665 or 487601. OLE color: 487601.
HSL color Cylindrical-coordinate representation of color #B17007: hue angle of 37.06º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B17007 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 7 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.31 |
| HSL | 37.06º | 0.92% | 0.36% | - |
| HSV(B) | 37.06º | 0.96% | 0.69% | - |
| XYZ | 23.96 | 20.95 | 2.98 | - |
| YUV | 119.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 7 | 0 | 0.37 | 0.96 | 0.31 | 37.06 | 0.92 | 0.36 |
| Hex | B1 | 70 | 7 | 0 | 25 | 60 | 1F | 25 | 5C | 24 |
| Octal | 261 | 160 | 7 | 0 | 45 | 140 | 37 | 45 | 134 | 44 |
| Binary | 10110001 | 1110000 | 111 | 0 | 100101 | 1100000 | 11111 | 100101 | 1011100 | 100100 |
Color Harmonies of #B17007
Complementary color
Monochromatic Colors of #B17007
Black with #B17007
Text Example
Text Example
White with #B17007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17007; }
p { color: rgb(177,112,7); }
H1.HeaderClassName
{
color: #B17007;
}
.AnyTagClassName
{
color: #B17007;
}
</style>
background-color css
<style>
a { background-color: #B17007; }
a { background-color: rgb(177,112,7); }
div.DivClassName
{
background-color: #B17007;
}
.BgClassName
{
background-color: #B17007;
}
</style>
border-color css
<style>
span { border-color: #B17007; }
span { border-color: rgb(177,112,7); }
td.TdClassName
{
border-color: #B17007;
}
.TagClassName
{
border-color: #B17007;
}
</style>