Shades of Yukon Gold #88701D
Tints of Yukon Gold #88701D
RGB
CMYK
RGB Variations
Color information
#88701D (or 0x88701D) is known color: Yukon Gold. HEX triplet: 88, 70 and 1D. RGB value is (136,112,29). Sum of RGB (Red+Green+Blue) = 136+112+29=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88701D is #778FE2. Grayscale: #6E6E6E. Windows color (decimal): -7835619 or 1929352. OLE color: 1929352.
HSL color Cylindrical-coordinate representation of color #88701D: hue angle of 46.54º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88701D is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 29 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.47 |
| HSL | 46.54º | 0.65% | 0.32% | - |
| HSV(B) | 46.54º | 0.79% | 0.53% | - |
| XYZ | 16.17 | 16.91 | 3.57 | - |
| YUV | 109.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 29 | 0 | 0.18 | 0.79 | 0.47 | 46.54 | 0.65 | 0.32 |
| Hex | 88 | 70 | 1D | 0 | 12 | 4F | 2F | 2F | 41 | 20 |
| Octal | 210 | 160 | 35 | 0 | 22 | 117 | 57 | 57 | 101 | 40 |
| Binary | 10001000 | 1110000 | 11101 | 0 | 10010 | 1001111 | 101111 | 101111 | 1000001 | 100000 |
Color Harmonies of #88701D
Complementary color
Monochromatic Colors of #88701D
Black with #88701D
Text Example
Text Example
White with #88701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88701D; }
p { color: rgb(136,112,29); }
H1.HeaderClassName
{
color: #88701D;
}
.AnyTagClassName
{
color: #88701D;
}
</style>
background-color css
<style>
a { background-color: #88701D; }
a { background-color: rgb(136,112,29); }
div.DivClassName
{
background-color: #88701D;
}
.BgClassName
{
background-color: #88701D;
}
</style>
border-color css
<style>
span { border-color: #88701D; }
span { border-color: rgb(136,112,29); }
td.TdClassName
{
border-color: #88701D;
}
.TagClassName
{
border-color: #88701D;
}
</style>