Shades of Yukon Gold #825E16
Tints of Yukon Gold #825E16
RGB
CMYK
RGB Variations
Color information
#825E16 (or 0x825E16) is known color: Yukon Gold. HEX triplet: 82, 5E and 16. RGB value is (130,94,22). Sum of RGB (Red+Green+Blue) = 130+94+22=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #825E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E16 is #7DA1E9. Grayscale: #606060. Windows color (decimal): -8233450 or 1465986. OLE color: 1465986.
HSL color Cylindrical-coordinate representation of color #825E16: hue angle of 40º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #825E16 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 22 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.49 |
| HSL | 40º | 0.71% | 0.3% | - |
| HSV(B) | 40º | 0.83% | 0.51% | - |
| XYZ | 13.35 | 12.81 | 2.53 | - |
| YUV | 96.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 22 | 0 | 0.28 | 0.83 | 0.49 | 40 | 0.71 | 0.3 |
| Hex | 82 | 5E | 16 | 0 | 1C | 53 | 31 | 28 | 47 | 1E |
| Octal | 202 | 136 | 26 | 0 | 34 | 123 | 61 | 50 | 107 | 36 |
| Binary | 10000010 | 1011110 | 10110 | 0 | 11100 | 1010011 | 110001 | 101000 | 1000111 | 11110 |
Color Harmonies of #825E16
Complementary color
Monochromatic Colors of #825E16
Black with #825E16
Text Example
Text Example
White with #825E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E16; }
p { color: rgb(130,94,22); }
H1.HeaderClassName
{
color: #825E16;
}
.AnyTagClassName
{
color: #825E16;
}
</style>
background-color css
<style>
a { background-color: #825E16; }
a { background-color: rgb(130,94,22); }
div.DivClassName
{
background-color: #825E16;
}
.BgClassName
{
background-color: #825E16;
}
</style>
border-color css
<style>
span { border-color: #825E16; }
span { border-color: rgb(130,94,22); }
td.TdClassName
{
border-color: #825E16;
}
.TagClassName
{
border-color: #825E16;
}
</style>