Shades of Yukon Gold #815F15
Tints of Yukon Gold #815F15
RGB
CMYK
RGB Variations
Color information
#815F15 (or 0x815F15) is known color: Yukon Gold. HEX triplet: 81, 5F and 15. RGB value is (129,95,21). Sum of RGB (Red+Green+Blue) = 129+95+21=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #815F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815F15 is #7EA0EA. Grayscale: #616161. Windows color (decimal): -8298731 or 1400705. OLE color: 1400705.
HSL color Cylindrical-coordinate representation of color #815F15: hue angle of 41.11º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #815F15 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 95 | 21 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.49 |
| HSL | 41.11º | 0.72% | 0.29% | - |
| HSV(B) | 41.11º | 0.84% | 0.51% | - |
| XYZ | 13.28 | 12.91 | 2.5 | - |
| YUV | 96.73 | 85.26 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 21 | 0 | 0.26 | 0.84 | 0.49 | 41.11 | 0.72 | 0.29 |
| Hex | 81 | 5F | 15 | 0 | 1A | 54 | 31 | 29 | 48 | 1D |
| Octal | 201 | 137 | 25 | 0 | 32 | 124 | 61 | 51 | 110 | 35 |
| Binary | 10000001 | 1011111 | 10101 | 0 | 11010 | 1010100 | 110001 | 101001 | 1001000 | 11101 |
Color Harmonies of #815F15
Complementary color
Monochromatic Colors of #815F15
Black with #815F15
Text Example
Text Example
White with #815F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815F15; }
p { color: rgb(129,95,21); }
H1.HeaderClassName
{
color: #815F15;
}
.AnyTagClassName
{
color: #815F15;
}
</style>
background-color css
<style>
a { background-color: #815F15; }
a { background-color: rgb(129,95,21); }
div.DivClassName
{
background-color: #815F15;
}
.BgClassName
{
background-color: #815F15;
}
</style>
border-color css
<style>
span { border-color: #815F15; }
span { border-color: rgb(129,95,21); }
td.TdClassName
{
border-color: #815F15;
}
.TagClassName
{
border-color: #815F15;
}
</style>