Shades of Yukon Gold #805F08
Tints of Yukon Gold #805F08
RGB
CMYK
RGB Variations
Color information
#805F08 (or 0x805F08) is known color: Yukon Gold. HEX triplet: 80, 5F and 08. RGB value is (128,95,8). Sum of RGB (Red+Green+Blue) = 128+95+8=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #805F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805F08 is #7FA0F7. Grayscale: #5F5F5F. Windows color (decimal): -8364280 or 548736. OLE color: 548736.
HSL color Cylindrical-coordinate representation of color #805F08: hue angle of 43.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #805F08 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 8 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.50 |
| HSL | 43.5º | 0.88% | 0.27% | - |
| HSV(B) | 43.5º | 0.94% | 0.5% | - |
| XYZ | 13.04 | 12.79 | 2.01 | - |
| YUV | 94.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 8 | 0 | 0.26 | 0.94 | 0.50 | 43.5 | 0.88 | 0.27 |
| Hex | 80 | 5F | 8 | 0 | 1A | 5E | 32 | 2C | 58 | 1B |
| Octal | 200 | 137 | 10 | 0 | 32 | 136 | 62 | 54 | 130 | 33 |
| Binary | 10000000 | 1011111 | 1000 | 0 | 11010 | 1011110 | 110010 | 101100 | 1011000 | 11011 |
Color Harmonies of #805F08
Complementary color
Monochromatic Colors of #805F08
Black with #805F08
Text Example
Text Example
White with #805F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F08; }
p { color: rgb(128,95,8); }
H1.HeaderClassName
{
color: #805F08;
}
.AnyTagClassName
{
color: #805F08;
}
</style>
background-color css
<style>
a { background-color: #805F08; }
a { background-color: rgb(128,95,8); }
div.DivClassName
{
background-color: #805F08;
}
.BgClassName
{
background-color: #805F08;
}
</style>
border-color css
<style>
span { border-color: #805F08; }
span { border-color: rgb(128,95,8); }
td.TdClassName
{
border-color: #805F08;
}
.TagClassName
{
border-color: #805F08;
}
</style>