Shades of Yukon Gold #815F0C
Tints of Yukon Gold #815F0C
RGB
CMYK
RGB Variations
Color information
#815F0C (or 0x815F0C) is known color: Yukon Gold. HEX triplet: 81, 5F and 0C. RGB value is (129,95,12). Sum of RGB (Red+Green+Blue) = 129+95+12=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #815F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815F0C is #7EA0F3. Grayscale: #606060. Windows color (decimal): -8298740 or 810881. OLE color: 810881.
HSL color Cylindrical-coordinate representation of color #815F0C: hue angle of 42.56º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #815F0C is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 95 | 12 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.49 |
| HSL | 42.56º | 0.83% | 0.28% | - |
| HSV(B) | 42.56º | 0.91% | 0.51% | - |
| XYZ | 13.21 | 12.88 | 2.14 | - |
| YUV | 95.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 12 | 0 | 0.26 | 0.91 | 0.49 | 42.56 | 0.83 | 0.28 |
| Hex | 81 | 5F | C | 0 | 1A | 5B | 31 | 2B | 53 | 1C |
| Octal | 201 | 137 | 14 | 0 | 32 | 133 | 61 | 53 | 123 | 34 |
| Binary | 10000001 | 1011111 | 1100 | 0 | 11010 | 1011011 | 110001 | 101011 | 1010011 | 11100 |
Color Harmonies of #815F0C
Complementary color
Monochromatic Colors of #815F0C
Black with #815F0C
Text Example
Text Example
White with #815F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815F0C; }
p { color: rgb(129,95,12); }
H1.HeaderClassName
{
color: #815F0C;
}
.AnyTagClassName
{
color: #815F0C;
}
</style>
background-color css
<style>
a { background-color: #815F0C; }
a { background-color: rgb(129,95,12); }
div.DivClassName
{
background-color: #815F0C;
}
.BgClassName
{
background-color: #815F0C;
}
</style>
border-color css
<style>
span { border-color: #815F0C; }
span { border-color: rgb(129,95,12); }
td.TdClassName
{
border-color: #815F0C;
}
.TagClassName
{
border-color: #815F0C;
}
</style>