Shades of Yukon Gold #886F16
Tints of Yukon Gold #886F16
RGB
CMYK
RGB Variations
Color information
#886F16 (or 0x886F16) is known color: Yukon Gold. HEX triplet: 88, 6F and 16. RGB value is (136,111,22). Sum of RGB (Red+Green+Blue) = 136+111+22=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #886F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886F16 is #7790E9. Grayscale: #6C6C6C. Windows color (decimal): -7835882 or 1470344. OLE color: 1470344.
HSL color Cylindrical-coordinate representation of color #886F16: hue angle of 46.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #886F16 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 22 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.47 |
| HSL | 46.84º | 0.72% | 0.31% | - |
| HSV(B) | 46.84º | 0.84% | 0.53% | - |
| XYZ | 15.98 | 16.66 | 3.13 | - |
| YUV | 108.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 22 | 0 | 0.18 | 0.84 | 0.47 | 46.84 | 0.72 | 0.31 |
| Hex | 88 | 6F | 16 | 0 | 12 | 54 | 2F | 2F | 48 | 1F |
| Octal | 210 | 157 | 26 | 0 | 22 | 124 | 57 | 57 | 110 | 37 |
| Binary | 10001000 | 1101111 | 10110 | 0 | 10010 | 1010100 | 101111 | 101111 | 1001000 | 11111 |
Color Harmonies of #886F16
Complementary color
Monochromatic Colors of #886F16
Black with #886F16
Text Example
Text Example
White with #886F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F16; }
p { color: rgb(136,111,22); }
H1.HeaderClassName
{
color: #886F16;
}
.AnyTagClassName
{
color: #886F16;
}
</style>
background-color css
<style>
a { background-color: #886F16; }
a { background-color: rgb(136,111,22); }
div.DivClassName
{
background-color: #886F16;
}
.BgClassName
{
background-color: #886F16;
}
</style>
border-color css
<style>
span { border-color: #886F16; }
span { border-color: rgb(136,111,22); }
td.TdClassName
{
border-color: #886F16;
}
.TagClassName
{
border-color: #886F16;
}
</style>