Shades of Yukon Gold #805F17
Tints of Yukon Gold #805F17
RGB
CMYK
RGB Variations
Color information
#805F17 (or 0x805F17) is known color: Yukon Gold. HEX triplet: 80, 5F and 17. RGB value is (128,95,23). Sum of RGB (Red+Green+Blue) = 128+95+23=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #805F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805F17 is #7FA0E8. Grayscale: #606060. Windows color (decimal): -8364265 or 1531776. OLE color: 1531776.
HSL color Cylindrical-coordinate representation of color #805F17: hue angle of 41.14º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #805F17 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 23 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.50 |
| HSL | 41.14º | 0.7% | 0.3% | - |
| HSV(B) | 41.14º | 0.82% | 0.5% | - |
| XYZ | 13.15 | 12.84 | 2.6 | - |
| YUV | 96.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 23 | 0 | 0.26 | 0.82 | 0.50 | 41.14 | 0.7 | 0.3 |
| Hex | 80 | 5F | 17 | 0 | 1A | 52 | 32 | 29 | 46 | 1E |
| Octal | 200 | 137 | 27 | 0 | 32 | 122 | 62 | 51 | 106 | 36 |
| Binary | 10000000 | 1011111 | 10111 | 0 | 11010 | 1010010 | 110010 | 101001 | 1000110 | 11110 |
Color Harmonies of #805F17
Complementary color
Monochromatic Colors of #805F17
Black with #805F17
Text Example
Text Example
White with #805F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F17; }
p { color: rgb(128,95,23); }
H1.HeaderClassName
{
color: #805F17;
}
.AnyTagClassName
{
color: #805F17;
}
</style>
background-color css
<style>
a { background-color: #805F17; }
a { background-color: rgb(128,95,23); }
div.DivClassName
{
background-color: #805F17;
}
.BgClassName
{
background-color: #805F17;
}
</style>
border-color css
<style>
span { border-color: #805F17; }
span { border-color: rgb(128,95,23); }
td.TdClassName
{
border-color: #805F17;
}
.TagClassName
{
border-color: #805F17;
}
</style>