Shades of Yukon Gold #826A18
Tints of Yukon Gold #826A18
RGB
CMYK
RGB Variations
Color information
#826A18 (or 0x826A18) is known color: Yukon Gold. HEX triplet: 82, 6A and 18. RGB value is (130,106,24). Sum of RGB (Red+Green+Blue) = 130+106+24=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #826A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826A18 is #7D95E7. Grayscale: #686868. Windows color (decimal): -8230376 or 1600130. OLE color: 1600130.
HSL color Cylindrical-coordinate representation of color #826A18: hue angle of 46.42º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #826A18 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 24 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.49 |
| HSL | 46.42º | 0.69% | 0.3% | - |
| HSV(B) | 46.42º | 0.82% | 0.51% | - |
| XYZ | 14.52 | 15.12 | 3.02 | - |
| YUV | 103.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 24 | 0 | 0.18 | 0.82 | 0.49 | 46.42 | 0.69 | 0.3 |
| Hex | 82 | 6A | 18 | 0 | 12 | 52 | 31 | 2E | 45 | 1E |
| Octal | 202 | 152 | 30 | 0 | 22 | 122 | 61 | 56 | 105 | 36 |
| Binary | 10000010 | 1101010 | 11000 | 0 | 10010 | 1010010 | 110001 | 101110 | 1000101 | 11110 |
Color Harmonies of #826A18
Complementary color
Monochromatic Colors of #826A18
Black with #826A18
Text Example
Text Example
White with #826A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A18; }
p { color: rgb(130,106,24); }
H1.HeaderClassName
{
color: #826A18;
}
.AnyTagClassName
{
color: #826A18;
}
</style>
background-color css
<style>
a { background-color: #826A18; }
a { background-color: rgb(130,106,24); }
div.DivClassName
{
background-color: #826A18;
}
.BgClassName
{
background-color: #826A18;
}
</style>
border-color css
<style>
span { border-color: #826A18; }
span { border-color: rgb(130,106,24); }
td.TdClassName
{
border-color: #826A18;
}
.TagClassName
{
border-color: #826A18;
}
</style>