Shades of Yukon Gold #796F11
Tints of Yukon Gold #796F11
RGB
CMYK
RGB Variations
Color information
#796F11 (or 0x796F11) is known color: Yukon Gold. HEX triplet: 79, 6F and 11. RGB value is (121,111,17). Sum of RGB (Red+Green+Blue) = 121+111+17=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #796F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796F11 is #8690EE. Grayscale: #676767. Windows color (decimal): -8818927 or 1142649. OLE color: 1142649.
HSL color Cylindrical-coordinate representation of color #796F11: hue angle of 54.23º 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 #796F11 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 17 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.53 |
| HSL | 54.23º | 0.75% | 0.27% | - |
| HSV(B) | 54.23º | 0.86% | 0.47% | - |
| XYZ | 13.67 | 15.47 | 2.8 | - |
| YUV | 103.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 17 | 0 | 0.08 | 0.86 | 0.53 | 54.23 | 0.75 | 0.27 |
| Hex | 79 | 6F | 11 | 0 | 8 | 56 | 35 | 36 | 4B | 1B |
| Octal | 171 | 157 | 21 | 0 | 10 | 126 | 65 | 66 | 113 | 33 |
| Binary | 1111001 | 1101111 | 10001 | 0 | 1000 | 1010110 | 110101 | 110110 | 1001011 | 11011 |
Color Harmonies of #796F11
Complementary color
Monochromatic Colors of #796F11
Black with #796F11
Text Example
Text Example
White with #796F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F11; }
p { color: rgb(121,111,17); }
H1.HeaderClassName
{
color: #796F11;
}
.AnyTagClassName
{
color: #796F11;
}
</style>
background-color css
<style>
a { background-color: #796F11; }
a { background-color: rgb(121,111,17); }
div.DivClassName
{
background-color: #796F11;
}
.BgClassName
{
background-color: #796F11;
}
</style>
border-color css
<style>
span { border-color: #796F11; }
span { border-color: rgb(121,111,17); }
td.TdClassName
{
border-color: #796F11;
}
.TagClassName
{
border-color: #796F11;
}
</style>