Shades of Yukon Gold #795C14
Tints of Yukon Gold #795C14
RGB
CMYK
RGB Variations
Color information
#795C14 (or 0x795C14) is known color: Yukon Gold. HEX triplet: 79, 5C and 14. RGB value is (121,92,20). Sum of RGB (Red+Green+Blue) = 121+92+20=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #795C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795C14 is #86A3EB. Grayscale: #5C5C5C. Windows color (decimal): -8823788 or 1334393. OLE color: 1334393.
HSL color Cylindrical-coordinate representation of color #795C14: hue angle of 42.77º degrees, saturation: 0.72, 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 #795C14 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 92 | 20 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.53 |
| HSL | 42.77º | 0.72% | 0.28% | - |
| HSV(B) | 42.77º | 0.83% | 0.47% | - |
| XYZ | 11.84 | 11.77 | 2.31 | - |
| YUV | 92.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 20 | 0 | 0.24 | 0.83 | 0.53 | 42.77 | 0.72 | 0.28 |
| Hex | 79 | 5C | 14 | 0 | 18 | 53 | 35 | 2B | 48 | 1C |
| Octal | 171 | 134 | 24 | 0 | 30 | 123 | 65 | 53 | 110 | 34 |
| Binary | 1111001 | 1011100 | 10100 | 0 | 11000 | 1010011 | 110101 | 101011 | 1001000 | 11100 |
Color Harmonies of #795C14
Complementary color
Monochromatic Colors of #795C14
Black with #795C14
Text Example
Text Example
White with #795C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C14; }
p { color: rgb(121,92,20); }
H1.HeaderClassName
{
color: #795C14;
}
.AnyTagClassName
{
color: #795C14;
}
</style>
background-color css
<style>
a { background-color: #795C14; }
a { background-color: rgb(121,92,20); }
div.DivClassName
{
background-color: #795C14;
}
.BgClassName
{
background-color: #795C14;
}
</style>
border-color css
<style>
span { border-color: #795C14; }
span { border-color: rgb(121,92,20); }
td.TdClassName
{
border-color: #795C14;
}
.TagClassName
{
border-color: #795C14;
}
</style>