Shades of Yukon Gold #795D19
Tints of Yukon Gold #795D19
RGB
CMYK
RGB Variations
Color information
#795D19 (or 0x795D19) is known color: Yukon Gold. HEX triplet: 79, 5D and 19. RGB value is (121,93,25). Sum of RGB (Red+Green+Blue) = 121+93+25=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #795D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795D19 is #86A2E6. Grayscale: #5D5D5D. Windows color (decimal): -8823527 or 1662329. OLE color: 1662329.
HSL color Cylindrical-coordinate representation of color #795D19: hue angle of 42.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 #795D19 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 25 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.53 |
| HSL | 42.5º | 0.66% | 0.29% | - |
| HSV(B) | 42.5º | 0.79% | 0.47% | - |
| XYZ | 11.97 | 11.96 | 2.6 | - |
| YUV | 93.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 25 | 0 | 0.23 | 0.79 | 0.53 | 42.5 | 0.66 | 0.29 |
| Hex | 79 | 5D | 19 | 0 | 17 | 4F | 35 | 2A | 42 | 1D |
| Octal | 171 | 135 | 31 | 0 | 27 | 117 | 65 | 52 | 102 | 35 |
| Binary | 1111001 | 1011101 | 11001 | 0 | 10111 | 1001111 | 110101 | 101010 | 1000010 | 11101 |
Color Harmonies of #795D19
Complementary color
Monochromatic Colors of #795D19
Black with #795D19
Text Example
Text Example
White with #795D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D19; }
p { color: rgb(121,93,25); }
H1.HeaderClassName
{
color: #795D19;
}
.AnyTagClassName
{
color: #795D19;
}
</style>
background-color css
<style>
a { background-color: #795D19; }
a { background-color: rgb(121,93,25); }
div.DivClassName
{
background-color: #795D19;
}
.BgClassName
{
background-color: #795D19;
}
</style>
border-color css
<style>
span { border-color: #795D19; }
span { border-color: rgb(121,93,25); }
td.TdClassName
{
border-color: #795D19;
}
.TagClassName
{
border-color: #795D19;
}
</style>