Shades of Yukon Gold #88660E
Tints of Yukon Gold #88660E
RGB
CMYK
RGB Variations
Color information
#88660E (or 0x88660E) is known color: Yukon Gold. HEX triplet: 88, 66 and 0E. RGB value is (136,102,14). Sum of RGB (Red+Green+Blue) = 136+102+14=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #88660E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88660E is #7799F1. Grayscale: #666666. Windows color (decimal): -7838194 or 943752. OLE color: 943752.
HSL color Cylindrical-coordinate representation of color #88660E: hue angle of 43.28º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88660E is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 102 | 14 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.47 |
| HSL | 43.28º | 0.81% | 0.29% | - |
| HSV(B) | 43.28º | 0.9% | 0.53% | - |
| XYZ | 14.98 | 14.77 | 2.48 | - |
| YUV | 102.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 14 | 0 | 0.25 | 0.90 | 0.47 | 43.28 | 0.81 | 0.29 |
| Hex | 88 | 66 | E | 0 | 19 | 5A | 2F | 2B | 51 | 1D |
| Octal | 210 | 146 | 16 | 0 | 31 | 132 | 57 | 53 | 121 | 35 |
| Binary | 10001000 | 1100110 | 1110 | 0 | 11001 | 1011010 | 101111 | 101011 | 1010001 | 11101 |
Color Harmonies of #88660E
Complementary color
Monochromatic Colors of #88660E
Black with #88660E
Text Example
Text Example
White with #88660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88660E; }
p { color: rgb(136,102,14); }
H1.HeaderClassName
{
color: #88660E;
}
.AnyTagClassName
{
color: #88660E;
}
</style>
background-color css
<style>
a { background-color: #88660E; }
a { background-color: rgb(136,102,14); }
div.DivClassName
{
background-color: #88660E;
}
.BgClassName
{
background-color: #88660E;
}
</style>
border-color css
<style>
span { border-color: #88660E; }
span { border-color: rgb(136,102,14); }
td.TdClassName
{
border-color: #88660E;
}
.TagClassName
{
border-color: #88660E;
}
</style>