Shades of Yukon Gold #805D0E
Tints of Yukon Gold #805D0E
RGB
CMYK
RGB Variations
Color information
#805D0E (or 0x805D0E) is known color: Yukon Gold. HEX triplet: 80, 5D and 0E. RGB value is (128,93,14). Sum of RGB (Red+Green+Blue) = 128+93+14=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #805D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805D0E is #7FA2F1. Grayscale: #5E5E5E. Windows color (decimal): -8364786 or 941440. OLE color: 941440.
HSL color Cylindrical-coordinate representation of color #805D0E: hue angle of 41.58º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #805D0E is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 93 | 14 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.50 |
| HSL | 41.58º | 0.8% | 0.28% | - |
| HSV(B) | 41.58º | 0.89% | 0.5% | - |
| XYZ | 12.9 | 12.45 | 2.14 | - |
| YUV | 94.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 14 | 0 | 0.27 | 0.89 | 0.50 | 41.58 | 0.8 | 0.28 |
| Hex | 80 | 5D | E | 0 | 1B | 59 | 32 | 2A | 50 | 1C |
| Octal | 200 | 135 | 16 | 0 | 33 | 131 | 62 | 52 | 120 | 34 |
| Binary | 10000000 | 1011101 | 1110 | 0 | 11011 | 1011001 | 110010 | 101010 | 1010000 | 11100 |
Color Harmonies of #805D0E
Complementary color
Monochromatic Colors of #805D0E
Black with #805D0E
Text Example
Text Example
White with #805D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D0E; }
p { color: rgb(128,93,14); }
H1.HeaderClassName
{
color: #805D0E;
}
.AnyTagClassName
{
color: #805D0E;
}
</style>
background-color css
<style>
a { background-color: #805D0E; }
a { background-color: rgb(128,93,14); }
div.DivClassName
{
background-color: #805D0E;
}
.BgClassName
{
background-color: #805D0E;
}
</style>
border-color css
<style>
span { border-color: #805D0E; }
span { border-color: rgb(128,93,14); }
td.TdClassName
{
border-color: #805D0E;
}
.TagClassName
{
border-color: #805D0E;
}
</style>