Shades of Yukon Gold #887013
Tints of Yukon Gold #887013
RGB
CMYK
RGB Variations
Color information
#887013 (or 0x887013) is known color: Yukon Gold. HEX triplet: 88, 70 and 13. RGB value is (136,112,19). Sum of RGB (Red+Green+Blue) = 136+112+19=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #887013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887013 is #778FEC. Grayscale: #6C6C6C. Windows color (decimal): -7835629 or 1273992. OLE color: 1273992.
HSL color Cylindrical-coordinate representation of color #887013: hue angle of 47.69º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #887013 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 19 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.47 |
| HSL | 47.69º | 0.75% | 0.3% | - |
| HSV(B) | 47.69º | 0.86% | 0.53% | - |
| XYZ | 16.07 | 16.87 | 3.03 | - |
| YUV | 108.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 19 | 0 | 0.18 | 0.86 | 0.47 | 47.69 | 0.75 | 0.3 |
| Hex | 88 | 70 | 13 | 0 | 12 | 56 | 2F | 30 | 4B | 1E |
| Octal | 210 | 160 | 23 | 0 | 22 | 126 | 57 | 60 | 113 | 36 |
| Binary | 10001000 | 1110000 | 10011 | 0 | 10010 | 1010110 | 101111 | 110000 | 1001011 | 11110 |
Color Harmonies of #887013
Complementary color
Monochromatic Colors of #887013
Black with #887013
Text Example
Text Example
White with #887013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887013; }
p { color: rgb(136,112,19); }
H1.HeaderClassName
{
color: #887013;
}
.AnyTagClassName
{
color: #887013;
}
</style>
background-color css
<style>
a { background-color: #887013; }
a { background-color: rgb(136,112,19); }
div.DivClassName
{
background-color: #887013;
}
.BgClassName
{
background-color: #887013;
}
</style>
border-color css
<style>
span { border-color: #887013; }
span { border-color: rgb(136,112,19); }
td.TdClassName
{
border-color: #887013;
}
.TagClassName
{
border-color: #887013;
}
</style>