Shades of Yukon Gold #88700F
Tints of Yukon Gold #88700F
RGB
CMYK
RGB Variations
Color information
#88700F (or 0x88700F) is known color: Yukon Gold. HEX triplet: 88, 70 and 0F. RGB value is (136,112,15). Sum of RGB (Red+Green+Blue) = 136+112+15=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88700F is #778FF0. Grayscale: #6C6C6C. Windows color (decimal): -7835633 or 1011848. OLE color: 1011848.
HSL color Cylindrical-coordinate representation of color #88700F: hue angle of 48.1º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88700F is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 15 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.47 |
| HSL | 48.1º | 0.8% | 0.3% | - |
| HSV(B) | 48.1º | 0.89% | 0.53% | - |
| XYZ | 16.03 | 16.86 | 2.86 | - |
| YUV | 108.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 15 | 0 | 0.18 | 0.89 | 0.47 | 48.1 | 0.8 | 0.3 |
| Hex | 88 | 70 | F | 0 | 12 | 59 | 2F | 30 | 50 | 1E |
| Octal | 210 | 160 | 17 | 0 | 22 | 131 | 57 | 60 | 120 | 36 |
| Binary | 10001000 | 1110000 | 1111 | 0 | 10010 | 1011001 | 101111 | 110000 | 1010000 | 11110 |
Color Harmonies of #88700F
Complementary color
Monochromatic Colors of #88700F
Black with #88700F
Text Example
Text Example
White with #88700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88700F; }
p { color: rgb(136,112,15); }
H1.HeaderClassName
{
color: #88700F;
}
.AnyTagClassName
{
color: #88700F;
}
</style>
background-color css
<style>
a { background-color: #88700F; }
a { background-color: rgb(136,112,15); }
div.DivClassName
{
background-color: #88700F;
}
.BgClassName
{
background-color: #88700F;
}
</style>
border-color css
<style>
span { border-color: #88700F; }
span { border-color: rgb(136,112,15); }
td.TdClassName
{
border-color: #88700F;
}
.TagClassName
{
border-color: #88700F;
}
</style>