Shades of Yukon Gold #796E11
Tints of Yukon Gold #796E11
RGB
CMYK
RGB Variations
Color information
#796E11 (or 0x796E11) is known color: Yukon Gold. HEX triplet: 79, 6E and 11. RGB value is (121,110,17). Sum of RGB (Red+Green+Blue) = 121+110+17=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #796E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796E11 is #8691EE. Grayscale: #676767. Windows color (decimal): -8819183 or 1142393. OLE color: 1142393.
HSL color Cylindrical-coordinate representation of color #796E11: hue angle of 53.65º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #796E11 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 110 | 17 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.53 |
| HSL | 53.65º | 0.75% | 0.27% | - |
| HSV(B) | 53.65º | 0.86% | 0.47% | - |
| XYZ | 13.56 | 15.26 | 2.76 | - |
| YUV | 102.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 17 | 0 | 0.09 | 0.86 | 0.53 | 53.65 | 0.75 | 0.27 |
| Hex | 79 | 6E | 11 | 0 | 9 | 56 | 35 | 36 | 4B | 1B |
| Octal | 171 | 156 | 21 | 0 | 11 | 126 | 65 | 66 | 113 | 33 |
| Binary | 1111001 | 1101110 | 10001 | 0 | 1001 | 1010110 | 110101 | 110110 | 1001011 | 11011 |
Color Harmonies of #796E11
Complementary color
Monochromatic Colors of #796E11
Black with #796E11
Text Example
Text Example
White with #796E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E11; }
p { color: rgb(121,110,17); }
H1.HeaderClassName
{
color: #796E11;
}
.AnyTagClassName
{
color: #796E11;
}
</style>
background-color css
<style>
a { background-color: #796E11; }
a { background-color: rgb(121,110,17); }
div.DivClassName
{
background-color: #796E11;
}
.BgClassName
{
background-color: #796E11;
}
</style>
border-color css
<style>
span { border-color: #796E11; }
span { border-color: rgb(121,110,17); }
td.TdClassName
{
border-color: #796E11;
}
.TagClassName
{
border-color: #796E11;
}
</style>