Shades of Yukon Gold #887112
Tints of Yukon Gold #887112
RGB
CMYK
RGB Variations
Color information
#887112 (or 0x887112) is known color: Yukon Gold. HEX triplet: 88, 71 and 12. RGB value is (136,113,18). Sum of RGB (Red+Green+Blue) = 136+113+18=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #887112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887112 is #778EED. Grayscale: #6D6D6D. Windows color (decimal): -7835374 or 1208712. OLE color: 1208712.
HSL color Cylindrical-coordinate representation of color #887112: hue angle of 48.31º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #887112 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 113 | 18 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.47 |
| HSL | 48.31º | 0.77% | 0.3% | - |
| HSV(B) | 48.31º | 0.87% | 0.53% | - |
| XYZ | 16.17 | 17.09 | 3.02 | - |
| YUV | 109.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 18 | 0 | 0.17 | 0.87 | 0.47 | 48.31 | 0.77 | 0.3 |
| Hex | 88 | 71 | 12 | 0 | 11 | 57 | 2F | 30 | 4D | 1E |
| Octal | 210 | 161 | 22 | 0 | 21 | 127 | 57 | 60 | 115 | 36 |
| Binary | 10001000 | 1110001 | 10010 | 0 | 10001 | 1010111 | 101111 | 110000 | 1001101 | 11110 |
Color Harmonies of #887112
Complementary color
Monochromatic Colors of #887112
Black with #887112
Text Example
Text Example
White with #887112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887112; }
p { color: rgb(136,113,18); }
H1.HeaderClassName
{
color: #887112;
}
.AnyTagClassName
{
color: #887112;
}
</style>
background-color css
<style>
a { background-color: #887112; }
a { background-color: rgb(136,113,18); }
div.DivClassName
{
background-color: #887112;
}
.BgClassName
{
background-color: #887112;
}
</style>
border-color css
<style>
span { border-color: #887112; }
span { border-color: rgb(136,113,18); }
td.TdClassName
{
border-color: #887112;
}
.TagClassName
{
border-color: #887112;
}
</style>