Shades of Yukon Gold #88701F
Tints of Yukon Gold #88701F
RGB
CMYK
RGB Variations
Color information
#88701F (or 0x88701F) is known color: Yukon Gold. HEX triplet: 88, 70 and 1F. RGB value is (136,112,31). Sum of RGB (Red+Green+Blue) = 136+112+31=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88701F is #778FE0. Grayscale: #6E6E6E. Windows color (decimal): -7835617 or 2060424. OLE color: 2060424.
HSL color Cylindrical-coordinate representation of color #88701F: hue angle of 46.29º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88701F is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 31 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.47 |
| HSL | 46.29º | 0.63% | 0.33% | - |
| HSV(B) | 46.29º | 0.77% | 0.53% | - |
| XYZ | 16.19 | 16.92 | 3.71 | - |
| YUV | 109.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 31 | 0 | 0.18 | 0.77 | 0.47 | 46.29 | 0.63 | 0.33 |
| Hex | 88 | 70 | 1F | 0 | 12 | 4D | 2F | 2E | 3F | 21 |
| Octal | 210 | 160 | 37 | 0 | 22 | 115 | 57 | 56 | 77 | 41 |
| Binary | 10001000 | 1110000 | 11111 | 0 | 10010 | 1001101 | 101111 | 101110 | 111111 | 100001 |
Color Harmonies of #88701F
Complementary color
Monochromatic Colors of #88701F
Black with #88701F
Text Example
Text Example
White with #88701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88701F; }
p { color: rgb(136,112,31); }
H1.HeaderClassName
{
color: #88701F;
}
.AnyTagClassName
{
color: #88701F;
}
</style>
background-color css
<style>
a { background-color: #88701F; }
a { background-color: rgb(136,112,31); }
div.DivClassName
{
background-color: #88701F;
}
.BgClassName
{
background-color: #88701F;
}
</style>
border-color css
<style>
span { border-color: #88701F; }
span { border-color: rgb(136,112,31); }
td.TdClassName
{
border-color: #88701F;
}
.TagClassName
{
border-color: #88701F;
}
</style>