Shades of Yukon Gold #795F15
Tints of Yukon Gold #795F15
RGB
CMYK
RGB Variations
Color information
#795F15 (or 0x795F15) is known color: Yukon Gold. HEX triplet: 79, 5F and 15. RGB value is (121,95,21). Sum of RGB (Red+Green+Blue) = 121+95+21=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #795F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795F15 is #86A0EA. Grayscale: #5E5E5E. Windows color (decimal): -8823019 or 1400697. OLE color: 1400697.
HSL color Cylindrical-coordinate representation of color #795F15: hue angle of 44.4º 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 #795F15 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 95 | 21 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.53 |
| HSL | 44.4º | 0.7% | 0.28% | - |
| HSV(B) | 44.4º | 0.83% | 0.47% | - |
| XYZ | 12.11 | 12.3 | 2.45 | - |
| YUV | 94.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 21 | 0 | 0.21 | 0.83 | 0.53 | 44.4 | 0.7 | 0.28 |
| Hex | 79 | 5F | 15 | 0 | 15 | 53 | 35 | 2C | 46 | 1C |
| Octal | 171 | 137 | 25 | 0 | 25 | 123 | 65 | 54 | 106 | 34 |
| Binary | 1111001 | 1011111 | 10101 | 0 | 10101 | 1010011 | 110101 | 101100 | 1000110 | 11100 |
Color Harmonies of #795F15
Complementary color
Monochromatic Colors of #795F15
Black with #795F15
Text Example
Text Example
White with #795F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F15; }
p { color: rgb(121,95,21); }
H1.HeaderClassName
{
color: #795F15;
}
.AnyTagClassName
{
color: #795F15;
}
</style>
background-color css
<style>
a { background-color: #795F15; }
a { background-color: rgb(121,95,21); }
div.DivClassName
{
background-color: #795F15;
}
.BgClassName
{
background-color: #795F15;
}
</style>
border-color css
<style>
span { border-color: #795F15; }
span { border-color: rgb(121,95,21); }
td.TdClassName
{
border-color: #795F15;
}
.TagClassName
{
border-color: #795F15;
}
</style>