Shades of Yukon Gold #8C711E
Tints of Yukon Gold #8C711E
RGB
CMYK
RGB Variations
Color information
#8C711E (or 0x8C711E) is known color: Yukon Gold. HEX triplet: 8C, 71 and 1E. RGB value is (140,113,30). Sum of RGB (Red+Green+Blue) = 140+113+30=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C711E is #738EE1. Grayscale: #6F6F6F. Windows color (decimal): -7573218 or 1995148. OLE color: 1995148.
HSL color Cylindrical-coordinate representation of color #8C711E: hue angle of 45.27º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C711E is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 30 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.45 |
| HSL | 45.27º | 0.65% | 0.33% | - |
| HSV(B) | 45.27º | 0.79% | 0.55% | - |
| XYZ | 16.95 | 17.48 | 3.71 | - |
| YUV | 111.61 | 81.95 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 30 | 0 | 0.19 | 0.79 | 0.45 | 45.27 | 0.65 | 0.33 |
| Hex | 8C | 71 | 1E | 0 | 13 | 4F | 2D | 2D | 41 | 21 |
| Octal | 214 | 161 | 36 | 0 | 23 | 117 | 55 | 55 | 101 | 41 |
| Binary | 10001100 | 1110001 | 11110 | 0 | 10011 | 1001111 | 101101 | 101101 | 1000001 | 100001 |
Color Harmonies of #8C711E
Complementary color
Monochromatic Colors of #8C711E
Black with #8C711E
Text Example
Text Example
White with #8C711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C711E; }
p { color: rgb(140,113,30); }
H1.HeaderClassName
{
color: #8C711E;
}
.AnyTagClassName
{
color: #8C711E;
}
</style>
background-color css
<style>
a { background-color: #8C711E; }
a { background-color: rgb(140,113,30); }
div.DivClassName
{
background-color: #8C711E;
}
.BgClassName
{
background-color: #8C711E;
}
</style>
border-color css
<style>
span { border-color: #8C711E; }
span { border-color: rgb(140,113,30); }
td.TdClassName
{
border-color: #8C711E;
}
.TagClassName
{
border-color: #8C711E;
}
</style>