Shades of Yukon Gold #795F08
Tints of Yukon Gold #795F08
RGB
CMYK
RGB Variations
Color information
#795F08 (or 0x795F08) is known color: Yukon Gold. HEX triplet: 79, 5F and 08. RGB value is (121,95,8). Sum of RGB (Red+Green+Blue) = 121+95+8=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #795F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795F08 is #86A0F7. Grayscale: #5D5D5D. Windows color (decimal): -8823032 or 548729. OLE color: 548729.
HSL color Cylindrical-coordinate representation of color #795F08: hue angle of 46.19º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #795F08 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 95 | 8 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.53 |
| HSL | 46.19º | 0.88% | 0.25% | - |
| HSV(B) | 46.19º | 0.93% | 0.47% | - |
| XYZ | 12.02 | 12.27 | 1.96 | - |
| YUV | 92.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 8 | 0 | 0.21 | 0.93 | 0.53 | 46.19 | 0.88 | 0.25 |
| Hex | 79 | 5F | 8 | 0 | 15 | 5D | 35 | 2E | 58 | 19 |
| Octal | 171 | 137 | 10 | 0 | 25 | 135 | 65 | 56 | 130 | 31 |
| Binary | 1111001 | 1011111 | 1000 | 0 | 10101 | 1011101 | 110101 | 101110 | 1011000 | 11001 |
Color Harmonies of #795F08
Complementary color
Monochromatic Colors of #795F08
Black with #795F08
Text Example
Text Example
White with #795F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F08; }
p { color: rgb(121,95,8); }
H1.HeaderClassName
{
color: #795F08;
}
.AnyTagClassName
{
color: #795F08;
}
</style>
background-color css
<style>
a { background-color: #795F08; }
a { background-color: rgb(121,95,8); }
div.DivClassName
{
background-color: #795F08;
}
.BgClassName
{
background-color: #795F08;
}
</style>
border-color css
<style>
span { border-color: #795F08; }
span { border-color: rgb(121,95,8); }
td.TdClassName
{
border-color: #795F08;
}
.TagClassName
{
border-color: #795F08;
}
</style>