Shades of Yukon Gold #706014
Tints of Yukon Gold #706014
RGB
CMYK
RGB Variations
Color information
#706014 (or 0x706014) is known color: Yukon Gold. HEX triplet: 70, 60 and 14. RGB value is (112,96,20). Sum of RGB (Red+Green+Blue) = 112+96+20=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #706014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706014 is #8F9FEB. Grayscale: #5C5C5C. Windows color (decimal): -9412588 or 1335408. OLE color: 1335408.
HSL color Cylindrical-coordinate representation of color #706014: hue angle of 49.57º 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 #706014 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 20 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.56 |
| HSL | 49.57º | 0.7% | 0.26% | - |
| HSV(B) | 49.57º | 0.82% | 0.44% | - |
| XYZ | 10.99 | 11.86 | 2.37 | - |
| YUV | 92.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 20 | 0 | 0.14 | 0.82 | 0.56 | 49.57 | 0.7 | 0.26 |
| Hex | 70 | 60 | 14 | 0 | E | 52 | 38 | 32 | 46 | 1A |
| Octal | 160 | 140 | 24 | 0 | 16 | 122 | 70 | 62 | 106 | 32 |
| Binary | 1110000 | 1100000 | 10100 | 0 | 1110 | 1010010 | 111000 | 110010 | 1000110 | 11010 |
Color Harmonies of #706014
Complementary color
Monochromatic Colors of #706014
Black with #706014
Text Example
Text Example
White with #706014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706014; }
p { color: rgb(112,96,20); }
H1.HeaderClassName
{
color: #706014;
}
.AnyTagClassName
{
color: #706014;
}
</style>
background-color css
<style>
a { background-color: #706014; }
a { background-color: rgb(112,96,20); }
div.DivClassName
{
background-color: #706014;
}
.BgClassName
{
background-color: #706014;
}
</style>
border-color css
<style>
span { border-color: #706014; }
span { border-color: rgb(112,96,20); }
td.TdClassName
{
border-color: #706014;
}
.TagClassName
{
border-color: #706014;
}
</style>