Shades of Yukon Gold #825E12
Tints of Yukon Gold #825E12
RGB
CMYK
RGB Variations
Color information
#825E12 (or 0x825E12) is known color: Yukon Gold. HEX triplet: 82, 5E and 12. RGB value is (130,94,18). Sum of RGB (Red+Green+Blue) = 130+94+18=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #825E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E12 is #7DA1ED. Grayscale: #606060. Windows color (decimal): -8233454 or 1203842. OLE color: 1203842.
HSL color Cylindrical-coordinate representation of color #825E12: hue angle of 40.71º 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 #825E12 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 18 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.49 |
| HSL | 40.71º | 0.76% | 0.29% | - |
| HSV(B) | 40.71º | 0.86% | 0.51% | - |
| XYZ | 13.32 | 12.79 | 2.34 | - |
| YUV | 96.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 18 | 0 | 0.28 | 0.86 | 0.49 | 40.71 | 0.76 | 0.29 |
| Hex | 82 | 5E | 12 | 0 | 1C | 56 | 31 | 29 | 4C | 1D |
| Octal | 202 | 136 | 22 | 0 | 34 | 126 | 61 | 51 | 114 | 35 |
| Binary | 10000010 | 1011110 | 10010 | 0 | 11100 | 1010110 | 110001 | 101001 | 1001100 | 11101 |
Color Harmonies of #825E12
Complementary color
Monochromatic Colors of #825E12
Black with #825E12
Text Example
Text Example
White with #825E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E12; }
p { color: rgb(130,94,18); }
H1.HeaderClassName
{
color: #825E12;
}
.AnyTagClassName
{
color: #825E12;
}
</style>
background-color css
<style>
a { background-color: #825E12; }
a { background-color: rgb(130,94,18); }
div.DivClassName
{
background-color: #825E12;
}
.BgClassName
{
background-color: #825E12;
}
</style>
border-color css
<style>
span { border-color: #825E12; }
span { border-color: rgb(130,94,18); }
td.TdClassName
{
border-color: #825E12;
}
.TagClassName
{
border-color: #825E12;
}
</style>