Shades of Yukon Gold #805E12
Tints of Yukon Gold #805E12
RGB
CMYK
RGB Variations
Color information
#805E12 (or 0x805E12) is known color: Yukon Gold. HEX triplet: 80, 5E and 12. RGB value is (128,94,18). Sum of RGB (Red+Green+Blue) = 128+94+18=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #805E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805E12 is #7FA1ED. Grayscale: #5F5F5F. Windows color (decimal): -8364526 or 1203840. OLE color: 1203840.
HSL color Cylindrical-coordinate representation of color #805E12: hue angle of 41.45º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #805E12 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 18 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.50 |
| HSL | 41.45º | 0.75% | 0.29% | - |
| HSV(B) | 41.45º | 0.86% | 0.5% | - |
| XYZ | 13.01 | 12.64 | 2.33 | - |
| YUV | 95.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 18 | 0 | 0.27 | 0.86 | 0.50 | 41.45 | 0.75 | 0.29 |
| Hex | 80 | 5E | 12 | 0 | 1B | 56 | 32 | 29 | 4B | 1D |
| Octal | 200 | 136 | 22 | 0 | 33 | 126 | 62 | 51 | 113 | 35 |
| Binary | 10000000 | 1011110 | 10010 | 0 | 11011 | 1010110 | 110010 | 101001 | 1001011 | 11101 |
Color Harmonies of #805E12
Complementary color
Monochromatic Colors of #805E12
Black with #805E12
Text Example
Text Example
White with #805E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E12; }
p { color: rgb(128,94,18); }
H1.HeaderClassName
{
color: #805E12;
}
.AnyTagClassName
{
color: #805E12;
}
</style>
background-color css
<style>
a { background-color: #805E12; }
a { background-color: rgb(128,94,18); }
div.DivClassName
{
background-color: #805E12;
}
.BgClassName
{
background-color: #805E12;
}
</style>
border-color css
<style>
span { border-color: #805E12; }
span { border-color: rgb(128,94,18); }
td.TdClassName
{
border-color: #805E12;
}
.TagClassName
{
border-color: #805E12;
}
</style>