Shades of Yukon Gold #816F12
Tints of Yukon Gold #816F12
RGB
CMYK
RGB Variations
Color information
#816F12 (or 0x816F12) is known color: Yukon Gold. HEX triplet: 81, 6F and 12. RGB value is (129,111,18). Sum of RGB (Red+Green+Blue) = 129+111+18=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #816F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816F12 is #7E90ED. Grayscale: #6A6A6A. Windows color (decimal): -8294638 or 1208193. OLE color: 1208193.
HSL color Cylindrical-coordinate representation of color #816F12: hue angle of 50.27º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #816F12 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 18 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.49 |
| HSL | 50.27º | 0.76% | 0.29% | - |
| HSV(B) | 50.27º | 0.86% | 0.51% | - |
| XYZ | 14.85 | 16.08 | 2.89 | - |
| YUV | 105.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 18 | 0 | 0.14 | 0.86 | 0.49 | 50.27 | 0.76 | 0.29 |
| Hex | 81 | 6F | 12 | 0 | E | 56 | 31 | 32 | 4C | 1D |
| Octal | 201 | 157 | 22 | 0 | 16 | 126 | 61 | 62 | 114 | 35 |
| Binary | 10000001 | 1101111 | 10010 | 0 | 1110 | 1010110 | 110001 | 110010 | 1001100 | 11101 |
Color Harmonies of #816F12
Complementary color
Monochromatic Colors of #816F12
Black with #816F12
Text Example
Text Example
White with #816F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F12; }
p { color: rgb(129,111,18); }
H1.HeaderClassName
{
color: #816F12;
}
.AnyTagClassName
{
color: #816F12;
}
</style>
background-color css
<style>
a { background-color: #816F12; }
a { background-color: rgb(129,111,18); }
div.DivClassName
{
background-color: #816F12;
}
.BgClassName
{
background-color: #816F12;
}
</style>
border-color css
<style>
span { border-color: #816F12; }
span { border-color: rgb(129,111,18); }
td.TdClassName
{
border-color: #816F12;
}
.TagClassName
{
border-color: #816F12;
}
</style>