Shades of Yukon Gold #805F16
Tints of Yukon Gold #805F16
RGB
CMYK
RGB Variations
Color information
#805F16 (or 0x805F16) is known color: Yukon Gold. HEX triplet: 80, 5F and 16. RGB value is (128,95,22). Sum of RGB (Red+Green+Blue) = 128+95+22=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #805F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805F16 is #7FA0E9. Grayscale: #606060. Windows color (decimal): -8364266 or 1466240. OLE color: 1466240.
HSL color Cylindrical-coordinate representation of color #805F16: hue angle of 41.32º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #805F16 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 22 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.50 |
| HSL | 41.32º | 0.71% | 0.29% | - |
| HSV(B) | 41.32º | 0.83% | 0.5% | - |
| XYZ | 13.14 | 12.83 | 2.54 | - |
| YUV | 96.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 22 | 0 | 0.26 | 0.83 | 0.50 | 41.32 | 0.71 | 0.29 |
| Hex | 80 | 5F | 16 | 0 | 1A | 53 | 32 | 29 | 47 | 1D |
| Octal | 200 | 137 | 26 | 0 | 32 | 123 | 62 | 51 | 107 | 35 |
| Binary | 10000000 | 1011111 | 10110 | 0 | 11010 | 1010011 | 110010 | 101001 | 1000111 | 11101 |
Color Harmonies of #805F16
Complementary color
Monochromatic Colors of #805F16
Black with #805F16
Text Example
Text Example
White with #805F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F16; }
p { color: rgb(128,95,22); }
H1.HeaderClassName
{
color: #805F16;
}
.AnyTagClassName
{
color: #805F16;
}
</style>
background-color css
<style>
a { background-color: #805F16; }
a { background-color: rgb(128,95,22); }
div.DivClassName
{
background-color: #805F16;
}
.BgClassName
{
background-color: #805F16;
}
</style>
border-color css
<style>
span { border-color: #805F16; }
span { border-color: rgb(128,95,22); }
td.TdClassName
{
border-color: #805F16;
}
.TagClassName
{
border-color: #805F16;
}
</style>