Shades of Yukon Gold #80640E
Tints of Yukon Gold #80640E
RGB
CMYK
RGB Variations
Color information
#80640E (or 0x80640E) is known color: Yukon Gold. HEX triplet: 80, 64 and 0E. RGB value is (128,100,14). Sum of RGB (Red+Green+Blue) = 128+100+14=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80640E is #7F9BF1. Grayscale: #626262. Windows color (decimal): -8362994 or 943232. OLE color: 943232.
HSL color Cylindrical-coordinate representation of color #80640E: hue angle of 45.26º 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 #80640E is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 14 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.50 |
| HSL | 45.26º | 0.8% | 0.28% | - |
| HSV(B) | 45.26º | 0.89% | 0.5% | - |
| XYZ | 13.54 | 13.74 | 2.35 | - |
| YUV | 98.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 14 | 0 | 0.22 | 0.89 | 0.50 | 45.26 | 0.8 | 0.28 |
| Hex | 80 | 64 | E | 0 | 16 | 59 | 32 | 2D | 50 | 1C |
| Octal | 200 | 144 | 16 | 0 | 26 | 131 | 62 | 55 | 120 | 34 |
| Binary | 10000000 | 1100100 | 1110 | 0 | 10110 | 1011001 | 110010 | 101101 | 1010000 | 11100 |
Color Harmonies of #80640E
Complementary color
Monochromatic Colors of #80640E
Black with #80640E
Text Example
Text Example
White with #80640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80640E; }
p { color: rgb(128,100,14); }
H1.HeaderClassName
{
color: #80640E;
}
.AnyTagClassName
{
color: #80640E;
}
</style>
background-color css
<style>
a { background-color: #80640E; }
a { background-color: rgb(128,100,14); }
div.DivClassName
{
background-color: #80640E;
}
.BgClassName
{
background-color: #80640E;
}
</style>
border-color css
<style>
span { border-color: #80640E; }
span { border-color: rgb(128,100,14); }
td.TdClassName
{
border-color: #80640E;
}
.TagClassName
{
border-color: #80640E;
}
</style>