Shades of Yukon Gold #8C7013
Tints of Yukon Gold #8C7013
RGB
CMYK
RGB Variations
Color information
#8C7013 (or 0x8C7013) is known color: Yukon Gold. HEX triplet: 8C, 70 and 13. RGB value is (140,112,19). Sum of RGB (Red+Green+Blue) = 140+112+19=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7013 is #738FEC. Grayscale: #6E6E6E. Windows color (decimal): -7573485 or 1273996. OLE color: 1273996.
HSL color Cylindrical-coordinate representation of color #8C7013: hue angle of 46.12º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C7013 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 19 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.45 |
| HSL | 46.12º | 0.76% | 0.31% | - |
| HSV(B) | 46.12º | 0.86% | 0.55% | - |
| XYZ | 16.73 | 17.21 | 3.06 | - |
| YUV | 109.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 19 | 0 | 0.20 | 0.86 | 0.45 | 46.12 | 0.76 | 0.31 |
| Hex | 8C | 70 | 13 | 0 | 14 | 56 | 2D | 2E | 4C | 1F |
| Octal | 214 | 160 | 23 | 0 | 24 | 126 | 55 | 56 | 114 | 37 |
| Binary | 10001100 | 1110000 | 10011 | 0 | 10100 | 1010110 | 101101 | 101110 | 1001100 | 11111 |
Color Harmonies of #8C7013
Complementary color
Monochromatic Colors of #8C7013
Black with #8C7013
Text Example
Text Example
White with #8C7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7013; }
p { color: rgb(140,112,19); }
H1.HeaderClassName
{
color: #8C7013;
}
.AnyTagClassName
{
color: #8C7013;
}
</style>
background-color css
<style>
a { background-color: #8C7013; }
a { background-color: rgb(140,112,19); }
div.DivClassName
{
background-color: #8C7013;
}
.BgClassName
{
background-color: #8C7013;
}
</style>
border-color css
<style>
span { border-color: #8C7013; }
span { border-color: rgb(140,112,19); }
td.TdClassName
{
border-color: #8C7013;
}
.TagClassName
{
border-color: #8C7013;
}
</style>