Shades of Yukon Gold #806D12
Tints of Yukon Gold #806D12
RGB
CMYK
RGB Variations
Color information
#806D12 (or 0x806D12) is known color: Yukon Gold. HEX triplet: 80, 6D and 12. RGB value is (128,109,18). Sum of RGB (Red+Green+Blue) = 128+109+18=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #806D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806D12 is #7F92ED. Grayscale: #686868. Windows color (decimal): -8360686 or 1207680. OLE color: 1207680.
HSL color Cylindrical-coordinate representation of color #806D12: hue angle of 49.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #806D12 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 18 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.50 |
| HSL | 49.64º | 0.75% | 0.29% | - |
| HSV(B) | 49.64º | 0.86% | 0.5% | - |
| XYZ | 14.48 | 15.57 | 2.81 | - |
| YUV | 104.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 18 | 0 | 0.15 | 0.86 | 0.50 | 49.64 | 0.75 | 0.29 |
| Hex | 80 | 6D | 12 | 0 | F | 56 | 32 | 32 | 4B | 1D |
| Octal | 200 | 155 | 22 | 0 | 17 | 126 | 62 | 62 | 113 | 35 |
| Binary | 10000000 | 1101101 | 10010 | 0 | 1111 | 1010110 | 110010 | 110010 | 1001011 | 11101 |
Color Harmonies of #806D12
Complementary color
Monochromatic Colors of #806D12
Black with #806D12
Text Example
Text Example
White with #806D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D12; }
p { color: rgb(128,109,18); }
H1.HeaderClassName
{
color: #806D12;
}
.AnyTagClassName
{
color: #806D12;
}
</style>
background-color css
<style>
a { background-color: #806D12; }
a { background-color: rgb(128,109,18); }
div.DivClassName
{
background-color: #806D12;
}
.BgClassName
{
background-color: #806D12;
}
</style>
border-color css
<style>
span { border-color: #806D12; }
span { border-color: rgb(128,109,18); }
td.TdClassName
{
border-color: #806D12;
}
.TagClassName
{
border-color: #806D12;
}
</style>