Shades of Yukon Gold #706211
Tints of Yukon Gold #706211
RGB
CMYK
RGB Variations
Color information
#706211 (or 0x706211) is known color: Yukon Gold. HEX triplet: 70, 62 and 11. RGB value is (112,98,17). Sum of RGB (Red+Green+Blue) = 112+98+17=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #706211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706211 is #8F9DEE. Grayscale: #5D5D5D. Windows color (decimal): -9412079 or 1139312. OLE color: 1139312.
HSL color Cylindrical-coordinate representation of color #706211: hue angle of 51.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #706211 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 17 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.56 |
| HSL | 51.16º | 0.74% | 0.25% | - |
| HSV(B) | 51.16º | 0.85% | 0.44% | - |
| XYZ | 11.15 | 12.22 | 2.3 | - |
| YUV | 92.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 17 | 0 | 0.13 | 0.85 | 0.56 | 51.16 | 0.74 | 0.25 |
| Hex | 70 | 62 | 11 | 0 | D | 55 | 38 | 33 | 4A | 19 |
| Octal | 160 | 142 | 21 | 0 | 15 | 125 | 70 | 63 | 112 | 31 |
| Binary | 1110000 | 1100010 | 10001 | 0 | 1101 | 1010101 | 111000 | 110011 | 1001010 | 11001 |
Color Harmonies of #706211
Complementary color
Monochromatic Colors of #706211
Black with #706211
Text Example
Text Example
White with #706211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706211; }
p { color: rgb(112,98,17); }
H1.HeaderClassName
{
color: #706211;
}
.AnyTagClassName
{
color: #706211;
}
</style>
background-color css
<style>
a { background-color: #706211; }
a { background-color: rgb(112,98,17); }
div.DivClassName
{
background-color: #706211;
}
.BgClassName
{
background-color: #706211;
}
</style>
border-color css
<style>
span { border-color: #706211; }
span { border-color: rgb(112,98,17); }
td.TdClassName
{
border-color: #706211;
}
.TagClassName
{
border-color: #706211;
}
</style>