Shades of Yukon Gold #826A08
Tints of Yukon Gold #826A08
RGB
CMYK
RGB Variations
Color information
#826A08 (or 0x826A08) is known color: Yukon Gold. HEX triplet: 82, 6A and 08. RGB value is (130,106,8). Sum of RGB (Red+Green+Blue) = 130+106+8=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #826A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826A08 is #7D95F7. Grayscale: #666666. Windows color (decimal): -8230392 or 551554. OLE color: 551554.
HSL color Cylindrical-coordinate representation of color #826A08: hue angle of 48.2º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #826A08 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 8 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.49 |
| HSL | 48.2º | 0.88% | 0.27% | - |
| HSV(B) | 48.2º | 0.94% | 0.51% | - |
| XYZ | 14.4 | 15.07 | 2.38 | - |
| YUV | 102 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 8 | 0 | 0.18 | 0.94 | 0.49 | 48.2 | 0.88 | 0.27 |
| Hex | 82 | 6A | 8 | 0 | 12 | 5E | 31 | 30 | 58 | 1B |
| Octal | 202 | 152 | 10 | 0 | 22 | 136 | 61 | 60 | 130 | 33 |
| Binary | 10000010 | 1101010 | 1000 | 0 | 10010 | 1011110 | 110001 | 110000 | 1011000 | 11011 |
Color Harmonies of #826A08
Complementary color
Monochromatic Colors of #826A08
Black with #826A08
Text Example
Text Example
White with #826A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A08; }
p { color: rgb(130,106,8); }
H1.HeaderClassName
{
color: #826A08;
}
.AnyTagClassName
{
color: #826A08;
}
</style>
background-color css
<style>
a { background-color: #826A08; }
a { background-color: rgb(130,106,8); }
div.DivClassName
{
background-color: #826A08;
}
.BgClassName
{
background-color: #826A08;
}
</style>
border-color css
<style>
span { border-color: #826A08; }
span { border-color: rgb(130,106,8); }
td.TdClassName
{
border-color: #826A08;
}
.TagClassName
{
border-color: #826A08;
}
</style>