Shades of Yukon Gold #796D15
Tints of Yukon Gold #796D15
RGB
CMYK
RGB Variations
Color information
#796D15 (or 0x796D15) is known color: Yukon Gold. HEX triplet: 79, 6D and 15. RGB value is (121,109,21). Sum of RGB (Red+Green+Blue) = 121+109+21=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #796D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796D15 is #8692EA. Grayscale: #666666. Windows color (decimal): -8819435 or 1404281. OLE color: 1404281.
HSL color Cylindrical-coordinate representation of color #796D15: hue angle of 52.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #796D15 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 109 | 21 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.53 |
| HSL | 52.8º | 0.7% | 0.28% | - |
| HSV(B) | 52.8º | 0.83% | 0.47% | - |
| XYZ | 13.49 | 15.06 | 2.9 | - |
| YUV | 102.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 21 | 0 | 0.10 | 0.83 | 0.53 | 52.8 | 0.7 | 0.28 |
| Hex | 79 | 6D | 15 | 0 | A | 53 | 35 | 35 | 46 | 1C |
| Octal | 171 | 155 | 25 | 0 | 12 | 123 | 65 | 65 | 106 | 34 |
| Binary | 1111001 | 1101101 | 10101 | 0 | 1010 | 1010011 | 110101 | 110101 | 1000110 | 11100 |
Color Harmonies of #796D15
Complementary color
Monochromatic Colors of #796D15
Black with #796D15
Text Example
Text Example
White with #796D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D15; }
p { color: rgb(121,109,21); }
H1.HeaderClassName
{
color: #796D15;
}
.AnyTagClassName
{
color: #796D15;
}
</style>
background-color css
<style>
a { background-color: #796D15; }
a { background-color: rgb(121,109,21); }
div.DivClassName
{
background-color: #796D15;
}
.BgClassName
{
background-color: #796D15;
}
</style>
border-color css
<style>
span { border-color: #796D15; }
span { border-color: rgb(121,109,21); }
td.TdClassName
{
border-color: #796D15;
}
.TagClassName
{
border-color: #796D15;
}
</style>