Shades of Yukon Gold #705F14
Tints of Yukon Gold #705F14
RGB
CMYK
RGB Variations
Color information
#705F14 (or 0x705F14) is known color: Yukon Gold. HEX triplet: 70, 5F and 14. RGB value is (112,95,20). Sum of RGB (Red+Green+Blue) = 112+95+20=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #705F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F14 is #8FA0EB. Grayscale: #5B5B5B. Windows color (decimal): -9412844 or 1335152. OLE color: 1335152.
HSL color Cylindrical-coordinate representation of color #705F14: hue angle of 48.91º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #705F14 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 20 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.56 |
| HSL | 48.91º | 0.7% | 0.26% | - |
| HSV(B) | 48.91º | 0.82% | 0.44% | - |
| XYZ | 10.9 | 11.68 | 2.34 | - |
| YUV | 91.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 20 | 0 | 0.15 | 0.82 | 0.56 | 48.91 | 0.7 | 0.26 |
| Hex | 70 | 5F | 14 | 0 | F | 52 | 38 | 31 | 46 | 1A |
| Octal | 160 | 137 | 24 | 0 | 17 | 122 | 70 | 61 | 106 | 32 |
| Binary | 1110000 | 1011111 | 10100 | 0 | 1111 | 1010010 | 111000 | 110001 | 1000110 | 11010 |
Color Harmonies of #705F14
Complementary color
Monochromatic Colors of #705F14
Black with #705F14
Text Example
Text Example
White with #705F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F14; }
p { color: rgb(112,95,20); }
H1.HeaderClassName
{
color: #705F14;
}
.AnyTagClassName
{
color: #705F14;
}
</style>
background-color css
<style>
a { background-color: #705F14; }
a { background-color: rgb(112,95,20); }
div.DivClassName
{
background-color: #705F14;
}
.BgClassName
{
background-color: #705F14;
}
</style>
border-color css
<style>
span { border-color: #705F14; }
span { border-color: rgb(112,95,20); }
td.TdClassName
{
border-color: #705F14;
}
.TagClassName
{
border-color: #705F14;
}
</style>