Shades of Yukon Gold #8C7010
Tints of Yukon Gold #8C7010
RGB
CMYK
RGB Variations
Color information
#8C7010 (or 0x8C7010) is known color: Yukon Gold. HEX triplet: 8C, 70 and 10. RGB value is (140,112,16). Sum of RGB (Red+Green+Blue) = 140+112+16=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7010 is #738FEF. Grayscale: #6D6D6D. Windows color (decimal): -7573488 or 1077388. OLE color: 1077388.
HSL color Cylindrical-coordinate representation of color #8C7010: hue angle of 46.45º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C7010 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 16 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.45 |
| HSL | 46.45º | 0.79% | 0.31% | - |
| HSV(B) | 46.45º | 0.89% | 0.55% | - |
| XYZ | 16.7 | 17.2 | 2.93 | - |
| YUV | 109.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 16 | 0 | 0.20 | 0.89 | 0.45 | 46.45 | 0.79 | 0.31 |
| Hex | 8C | 70 | 10 | 0 | 14 | 59 | 2D | 2E | 4F | 1F |
| Octal | 214 | 160 | 20 | 0 | 24 | 131 | 55 | 56 | 117 | 37 |
| Binary | 10001100 | 1110000 | 10000 | 0 | 10100 | 1011001 | 101101 | 101110 | 1001111 | 11111 |
Color Harmonies of #8C7010
Complementary color
Monochromatic Colors of #8C7010
Black with #8C7010
Text Example
Text Example
White with #8C7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7010; }
p { color: rgb(140,112,16); }
H1.HeaderClassName
{
color: #8C7010;
}
.AnyTagClassName
{
color: #8C7010;
}
</style>
background-color css
<style>
a { background-color: #8C7010; }
a { background-color: rgb(140,112,16); }
div.DivClassName
{
background-color: #8C7010;
}
.BgClassName
{
background-color: #8C7010;
}
</style>
border-color css
<style>
span { border-color: #8C7010; }
span { border-color: rgb(140,112,16); }
td.TdClassName
{
border-color: #8C7010;
}
.TagClassName
{
border-color: #8C7010;
}
</style>