Shades of Yukon Gold #815E11
Tints of Yukon Gold #815E11
RGB
CMYK
RGB Variations
Color information
#815E11 (or 0x815E11) is known color: Yukon Gold. HEX triplet: 81, 5E and 11. RGB value is (129,94,17). Sum of RGB (Red+Green+Blue) = 129+94+17=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #815E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815E11 is #7EA1EE. Grayscale: #606060. Windows color (decimal): -8298991 or 1138305. OLE color: 1138305.
HSL color Cylindrical-coordinate representation of color #815E11: hue angle of 41.25º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #815E11 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 17 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.49 |
| HSL | 41.25º | 0.77% | 0.29% | - |
| HSV(B) | 41.25º | 0.87% | 0.51% | - |
| XYZ | 13.16 | 12.71 | 2.29 | - |
| YUV | 95.69 | 83.6 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 17 | 0 | 0.27 | 0.87 | 0.49 | 41.25 | 0.77 | 0.29 |
| Hex | 81 | 5E | 11 | 0 | 1B | 57 | 31 | 29 | 4D | 1D |
| Octal | 201 | 136 | 21 | 0 | 33 | 127 | 61 | 51 | 115 | 35 |
| Binary | 10000001 | 1011110 | 10001 | 0 | 11011 | 1010111 | 110001 | 101001 | 1001101 | 11101 |
Color Harmonies of #815E11
Complementary color
Monochromatic Colors of #815E11
Black with #815E11
Text Example
Text Example
White with #815E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E11; }
p { color: rgb(129,94,17); }
H1.HeaderClassName
{
color: #815E11;
}
.AnyTagClassName
{
color: #815E11;
}
</style>
background-color css
<style>
a { background-color: #815E11; }
a { background-color: rgb(129,94,17); }
div.DivClassName
{
background-color: #815E11;
}
.BgClassName
{
background-color: #815E11;
}
</style>
border-color css
<style>
span { border-color: #815E11; }
span { border-color: rgb(129,94,17); }
td.TdClassName
{
border-color: #815E11;
}
.TagClassName
{
border-color: #815E11;
}
</style>