Shades of Dark Goldenrod #B17F03
Tints of Dark Goldenrod #B17F03
RGB
CMYK
RGB Variations
Color information
#B17F03 (or 0xB17F03) is known color: Dark Goldenrod. HEX triplet: B1, 7F and 03. RGB value is (177,127,3). Sum of RGB (Red+Green+Blue) = 177+127+3=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17F03 is #4E80FC. Grayscale: #808080. Windows color (decimal): -5144829 or 229297. OLE color: 229297.
HSL color Cylindrical-coordinate representation of color #B17F03: hue angle of 42.76º degrees, saturation: 0.97, 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 #B17F03 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 3 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.31 |
| HSL | 42.76º | 0.97% | 0.35% | - |
| HSV(B) | 42.76º | 0.98% | 0.69% | - |
| XYZ | 25.74 | 24.53 | 3.46 | - |
| YUV | 127.81 | 57.57 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 3 | 0 | 0.28 | 0.98 | 0.31 | 42.76 | 0.97 | 0.35 |
| Hex | B1 | 7F | 3 | 0 | 1C | 62 | 1F | 2B | 61 | 23 |
| Octal | 261 | 177 | 3 | 0 | 34 | 142 | 37 | 53 | 141 | 43 |
| Binary | 10110001 | 1111111 | 11 | 0 | 11100 | 1100010 | 11111 | 101011 | 1100001 | 100011 |
Color Harmonies of #B17F03
Complementary color
Monochromatic Colors of #B17F03
Black with #B17F03
Text Example
Text Example
White with #B17F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F03; }
p { color: rgb(177,127,3); }
H1.HeaderClassName
{
color: #B17F03;
}
.AnyTagClassName
{
color: #B17F03;
}
</style>
background-color css
<style>
a { background-color: #B17F03; }
a { background-color: rgb(177,127,3); }
div.DivClassName
{
background-color: #B17F03;
}
.BgClassName
{
background-color: #B17F03;
}
</style>
border-color css
<style>
span { border-color: #B17F03; }
span { border-color: rgb(177,127,3); }
td.TdClassName
{
border-color: #B17F03;
}
.TagClassName
{
border-color: #B17F03;
}
</style>