Shades of Yukon Gold #826F10
Tints of Yukon Gold #826F10
RGB
CMYK
RGB Variations
Color information
#826F10 (or 0x826F10) is known color: Yukon Gold. HEX triplet: 82, 6F and 10. RGB value is (130,111,16). Sum of RGB (Red+Green+Blue) = 130+111+16=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #826F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F10 is #7D90EF. Grayscale: #6A6A6A. Windows color (decimal): -8229104 or 1077122. OLE color: 1077122.
HSL color Cylindrical-coordinate representation of color #826F10: hue angle of 50º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #826F10 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 16 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.49 |
| HSL | 50º | 0.78% | 0.29% | - |
| HSV(B) | 50º | 0.88% | 0.51% | - |
| XYZ | 14.98 | 16.15 | 2.82 | - |
| YUV | 105.85 | 77.29 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 16 | 0 | 0.15 | 0.88 | 0.49 | 50 | 0.78 | 0.29 |
| Hex | 82 | 6F | 10 | 0 | F | 58 | 31 | 32 | 4E | 1D |
| Octal | 202 | 157 | 20 | 0 | 17 | 130 | 61 | 62 | 116 | 35 |
| Binary | 10000010 | 1101111 | 10000 | 0 | 1111 | 1011000 | 110001 | 110010 | 1001110 | 11101 |
Color Harmonies of #826F10
Complementary color
Monochromatic Colors of #826F10
Black with #826F10
Text Example
Text Example
White with #826F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F10; }
p { color: rgb(130,111,16); }
H1.HeaderClassName
{
color: #826F10;
}
.AnyTagClassName
{
color: #826F10;
}
</style>
background-color css
<style>
a { background-color: #826F10; }
a { background-color: rgb(130,111,16); }
div.DivClassName
{
background-color: #826F10;
}
.BgClassName
{
background-color: #826F10;
}
</style>
border-color css
<style>
span { border-color: #826F10; }
span { border-color: rgb(130,111,16); }
td.TdClassName
{
border-color: #826F10;
}
.TagClassName
{
border-color: #826F10;
}
</style>