Shades of Yukon Gold #8C701D
Tints of Yukon Gold #8C701D
RGB
CMYK
RGB Variations
Color information
#8C701D (or 0x8C701D) is known color: Yukon Gold. HEX triplet: 8C, 70 and 1D. RGB value is (140,112,29). Sum of RGB (Red+Green+Blue) = 140+112+29=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C701D is #738FE2. Grayscale: #6F6F6F. Windows color (decimal): -7573475 or 1929356. OLE color: 1929356.
HSL color Cylindrical-coordinate representation of color #8C701D: hue angle of 44.86º degrees, saturation: 0.66, 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 #8C701D is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 29 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.45 |
| HSL | 44.86º | 0.66% | 0.33% | - |
| HSV(B) | 44.86º | 0.79% | 0.55% | - |
| XYZ | 16.83 | 17.25 | 3.61 | - |
| YUV | 110.91 | 81.78 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 29 | 0 | 0.20 | 0.79 | 0.45 | 44.86 | 0.66 | 0.33 |
| Hex | 8C | 70 | 1D | 0 | 14 | 4F | 2D | 2D | 42 | 21 |
| Octal | 214 | 160 | 35 | 0 | 24 | 117 | 55 | 55 | 102 | 41 |
| Binary | 10001100 | 1110000 | 11101 | 0 | 10100 | 1001111 | 101101 | 101101 | 1000010 | 100001 |
Color Harmonies of #8C701D
Complementary color
Monochromatic Colors of #8C701D
Black with #8C701D
Text Example
Text Example
White with #8C701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C701D; }
p { color: rgb(140,112,29); }
H1.HeaderClassName
{
color: #8C701D;
}
.AnyTagClassName
{
color: #8C701D;
}
</style>
background-color css
<style>
a { background-color: #8C701D; }
a { background-color: rgb(140,112,29); }
div.DivClassName
{
background-color: #8C701D;
}
.BgClassName
{
background-color: #8C701D;
}
</style>
border-color css
<style>
span { border-color: #8C701D; }
span { border-color: rgb(140,112,29); }
td.TdClassName
{
border-color: #8C701D;
}
.TagClassName
{
border-color: #8C701D;
}
</style>