Shades of Dark Goldenrod #B17F04
Tints of Dark Goldenrod #B17F04
RGB
CMYK
RGB Variations
Color information
#B17F04 (or 0xB17F04) is known color: Dark Goldenrod. HEX triplet: B1, 7F and 04. RGB value is (177,127,4). Sum of RGB (Red+Green+Blue) = 177+127+4=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17F04 is #4E80FB. Grayscale: #808080. Windows color (decimal): -5144828 or 294833. OLE color: 294833.
HSL color Cylindrical-coordinate representation of color #B17F04: hue angle of 42.66º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B17F04 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.31 |
| HSL | 42.66º | 0.96% | 0.35% | - |
| HSV(B) | 42.66º | 0.98% | 0.69% | - |
| XYZ | 25.74 | 24.53 | 3.49 | - |
| YUV | 127.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 4 | 0 | 0.28 | 0.98 | 0.31 | 42.66 | 0.96 | 0.35 |
| Hex | B1 | 7F | 4 | 0 | 1C | 62 | 1F | 2B | 60 | 23 |
| Octal | 261 | 177 | 4 | 0 | 34 | 142 | 37 | 53 | 140 | 43 |
| Binary | 10110001 | 1111111 | 100 | 0 | 11100 | 1100010 | 11111 | 101011 | 1100000 | 100011 |
Color Harmonies of #B17F04
Complementary color
Monochromatic Colors of #B17F04
Black with #B17F04
Text Example
Text Example
White with #B17F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F04; }
p { color: rgb(177,127,4); }
H1.HeaderClassName
{
color: #B17F04;
}
.AnyTagClassName
{
color: #B17F04;
}
</style>
background-color css
<style>
a { background-color: #B17F04; }
a { background-color: rgb(177,127,4); }
div.DivClassName
{
background-color: #B17F04;
}
.BgClassName
{
background-color: #B17F04;
}
</style>
border-color css
<style>
span { border-color: #B17F04; }
span { border-color: rgb(177,127,4); }
td.TdClassName
{
border-color: #B17F04;
}
.TagClassName
{
border-color: #B17F04;
}
</style>