Shades of Yukon Gold #826F12
Tints of Yukon Gold #826F12
RGB
CMYK
RGB Variations
Color information
#826F12 (or 0x826F12) is known color: Yukon Gold. HEX triplet: 82, 6F and 12. RGB value is (130,111,18). Sum of RGB (Red+Green+Blue) = 130+111+18=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #826F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F12 is #7D90ED. Grayscale: #6A6A6A. Windows color (decimal): -8229102 or 1208194. OLE color: 1208194.
HSL color Cylindrical-coordinate representation of color #826F12: hue angle of 49.82º 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 #826F12 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 18 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.49 |
| HSL | 49.82º | 0.76% | 0.29% | - |
| HSV(B) | 49.82º | 0.86% | 0.51% | - |
| XYZ | 15 | 16.16 | 2.9 | - |
| YUV | 106.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 18 | 0 | 0.15 | 0.86 | 0.49 | 49.82 | 0.76 | 0.29 |
| Hex | 82 | 6F | 12 | 0 | F | 56 | 31 | 32 | 4C | 1D |
| Octal | 202 | 157 | 22 | 0 | 17 | 126 | 61 | 62 | 114 | 35 |
| Binary | 10000010 | 1101111 | 10010 | 0 | 1111 | 1010110 | 110001 | 110010 | 1001100 | 11101 |
Color Harmonies of #826F12
Complementary color
Monochromatic Colors of #826F12
Black with #826F12
Text Example
Text Example
White with #826F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F12; }
p { color: rgb(130,111,18); }
H1.HeaderClassName
{
color: #826F12;
}
.AnyTagClassName
{
color: #826F12;
}
</style>
background-color css
<style>
a { background-color: #826F12; }
a { background-color: rgb(130,111,18); }
div.DivClassName
{
background-color: #826F12;
}
.BgClassName
{
background-color: #826F12;
}
</style>
border-color css
<style>
span { border-color: #826F12; }
span { border-color: rgb(130,111,18); }
td.TdClassName
{
border-color: #826F12;
}
.TagClassName
{
border-color: #826F12;
}
</style>