Shades of Yukon Gold #826202
Tints of Yukon Gold #826202
RGB
CMYK
RGB Variations
Color information
#826202 (or 0x826202) is known color: Yukon Gold. HEX triplet: 82, 62 and 02. RGB value is (130,98,2). Sum of RGB (Red+Green+Blue) = 130+98+2=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #826202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826202 is #7D9DFD. Grayscale: #616161. Windows color (decimal): -8232446 or 156290. OLE color: 156290.
HSL color Cylindrical-coordinate representation of color #826202: hue angle of 45º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #826202 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 98 | 2 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.49 |
| HSL | 45º | 0.97% | 0.26% | - |
| HSV(B) | 45º | 0.98% | 0.51% | - |
| XYZ | 13.58 | 13.49 | 1.94 | - |
| YUV | 96.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 2 | 0 | 0.25 | 0.98 | 0.49 | 45 | 0.97 | 0.26 |
| Hex | 82 | 62 | 2 | 0 | 19 | 62 | 31 | 2D | 61 | 1A |
| Octal | 202 | 142 | 2 | 0 | 31 | 142 | 61 | 55 | 141 | 32 |
| Binary | 10000010 | 1100010 | 10 | 0 | 11001 | 1100010 | 110001 | 101101 | 1100001 | 11010 |
Color Harmonies of #826202
Complementary color
Monochromatic Colors of #826202
Black with #826202
Text Example
Text Example
White with #826202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826202; }
p { color: rgb(130,98,2); }
H1.HeaderClassName
{
color: #826202;
}
.AnyTagClassName
{
color: #826202;
}
</style>
background-color css
<style>
a { background-color: #826202; }
a { background-color: rgb(130,98,2); }
div.DivClassName
{
background-color: #826202;
}
.BgClassName
{
background-color: #826202;
}
</style>
border-color css
<style>
span { border-color: #826202; }
span { border-color: rgb(130,98,2); }
td.TdClassName
{
border-color: #826202;
}
.TagClassName
{
border-color: #826202;
}
</style>