Shades of Yukon Gold #805F09
Tints of Yukon Gold #805F09
RGB
CMYK
RGB Variations
Color information
#805F09 (or 0x805F09) is known color: Yukon Gold. HEX triplet: 80, 5F and 09. RGB value is (128,95,9). Sum of RGB (Red+Green+Blue) = 128+95+9=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #805F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805F09 is #7FA0F6. Grayscale: #5F5F5F. Windows color (decimal): -8364279 or 614272. OLE color: 614272.
HSL color Cylindrical-coordinate representation of color #805F09: hue angle of 43.36º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #805F09 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 9 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.50 |
| HSL | 43.36º | 0.87% | 0.27% | - |
| HSV(B) | 43.36º | 0.93% | 0.5% | - |
| XYZ | 13.04 | 12.79 | 2.04 | - |
| YUV | 95.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 9 | 0 | 0.26 | 0.93 | 0.50 | 43.36 | 0.87 | 0.27 |
| Hex | 80 | 5F | 9 | 0 | 1A | 5D | 32 | 2B | 57 | 1B |
| Octal | 200 | 137 | 11 | 0 | 32 | 135 | 62 | 53 | 127 | 33 |
| Binary | 10000000 | 1011111 | 1001 | 0 | 11010 | 1011101 | 110010 | 101011 | 1010111 | 11011 |
Color Harmonies of #805F09
Complementary color
Monochromatic Colors of #805F09
Black with #805F09
Text Example
Text Example
White with #805F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F09; }
p { color: rgb(128,95,9); }
H1.HeaderClassName
{
color: #805F09;
}
.AnyTagClassName
{
color: #805F09;
}
</style>
background-color css
<style>
a { background-color: #805F09; }
a { background-color: rgb(128,95,9); }
div.DivClassName
{
background-color: #805F09;
}
.BgClassName
{
background-color: #805F09;
}
</style>
border-color css
<style>
span { border-color: #805F09; }
span { border-color: rgb(128,95,9); }
td.TdClassName
{
border-color: #805F09;
}
.TagClassName
{
border-color: #805F09;
}
</style>