Shades of Yukon Gold #796D19
Tints of Yukon Gold #796D19
RGB
CMYK
RGB Variations
Color information
#796D19 (or 0x796D19) is known color: Yukon Gold. HEX triplet: 79, 6D and 19. RGB value is (121,109,25). Sum of RGB (Red+Green+Blue) = 121+109+25=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #796D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796D19 is #8692E6. Grayscale: #676767. Windows color (decimal): -8819431 or 1666425. OLE color: 1666425.
HSL color Cylindrical-coordinate representation of color #796D19: hue angle of 52.5º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #796D19 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 109 | 25 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.53 |
| HSL | 52.5º | 0.66% | 0.29% | - |
| HSV(B) | 52.5º | 0.79% | 0.47% | - |
| XYZ | 13.53 | 15.07 | 3.12 | - |
| YUV | 103.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 25 | 0 | 0.10 | 0.79 | 0.53 | 52.5 | 0.66 | 0.29 |
| Hex | 79 | 6D | 19 | 0 | A | 4F | 35 | 34 | 42 | 1D |
| Octal | 171 | 155 | 31 | 0 | 12 | 117 | 65 | 64 | 102 | 35 |
| Binary | 1111001 | 1101101 | 11001 | 0 | 1010 | 1001111 | 110101 | 110100 | 1000010 | 11101 |
Color Harmonies of #796D19
Complementary color
Monochromatic Colors of #796D19
Black with #796D19
Text Example
Text Example
White with #796D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D19; }
p { color: rgb(121,109,25); }
H1.HeaderClassName
{
color: #796D19;
}
.AnyTagClassName
{
color: #796D19;
}
</style>
background-color css
<style>
a { background-color: #796D19; }
a { background-color: rgb(121,109,25); }
div.DivClassName
{
background-color: #796D19;
}
.BgClassName
{
background-color: #796D19;
}
</style>
border-color css
<style>
span { border-color: #796D19; }
span { border-color: rgb(121,109,25); }
td.TdClassName
{
border-color: #796D19;
}
.TagClassName
{
border-color: #796D19;
}
</style>