Shades of Yukon Gold #8C701A
Tints of Yukon Gold #8C701A
RGB
CMYK
RGB Variations
Color information
#8C701A (or 0x8C701A) is known color: Yukon Gold. HEX triplet: 8C, 70 and 1A. RGB value is (140,112,26). Sum of RGB (Red+Green+Blue) = 140+112+26=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C701A is #738FE5. Grayscale: #6E6E6E. Windows color (decimal): -7573478 or 1732748. OLE color: 1732748.
HSL color Cylindrical-coordinate representation of color #8C701A: hue angle of 45.26º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C701A is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 26 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.45 |
| HSL | 45.26º | 0.69% | 0.33% | - |
| HSV(B) | 45.26º | 0.81% | 0.55% | - |
| XYZ | 16.8 | 17.24 | 3.42 | - |
| YUV | 110.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 26 | 0 | 0.20 | 0.81 | 0.45 | 45.26 | 0.69 | 0.33 |
| Hex | 8C | 70 | 1A | 0 | 14 | 51 | 2D | 2D | 45 | 21 |
| Octal | 214 | 160 | 32 | 0 | 24 | 121 | 55 | 55 | 105 | 41 |
| Binary | 10001100 | 1110000 | 11010 | 0 | 10100 | 1010001 | 101101 | 101101 | 1000101 | 100001 |
Color Harmonies of #8C701A
Complementary color
Monochromatic Colors of #8C701A
Black with #8C701A
Text Example
Text Example
White with #8C701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C701A; }
p { color: rgb(140,112,26); }
H1.HeaderClassName
{
color: #8C701A;
}
.AnyTagClassName
{
color: #8C701A;
}
</style>
background-color css
<style>
a { background-color: #8C701A; }
a { background-color: rgb(140,112,26); }
div.DivClassName
{
background-color: #8C701A;
}
.BgClassName
{
background-color: #8C701A;
}
</style>
border-color css
<style>
span { border-color: #8C701A; }
span { border-color: rgb(140,112,26); }
td.TdClassName
{
border-color: #8C701A;
}
.TagClassName
{
border-color: #8C701A;
}
</style>