Shades of Yukon Gold #806221
Tints of Yukon Gold #806221
RGB
CMYK
RGB Variations
Color information
#806221 (or 0x806221) is known color: Yukon Gold. HEX triplet: 80, 62 and 21. RGB value is (128,98,33). Sum of RGB (Red+Green+Blue) = 128+98+33=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #806221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806221 is #7F9DDE. Grayscale: #636363. Windows color (decimal): -8363487 or 2187904. OLE color: 2187904.
HSL color Cylindrical-coordinate representation of color #806221: hue angle of 41.05º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #806221 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 98 | 33 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.50 |
| HSL | 41.05º | 0.59% | 0.32% | - |
| HSV(B) | 41.05º | 0.74% | 0.5% | - |
| XYZ | 13.54 | 13.43 | 3.32 | - |
| YUV | 99.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 33 | 0 | 0.23 | 0.74 | 0.50 | 41.05 | 0.59 | 0.32 |
| Hex | 80 | 62 | 21 | 0 | 17 | 4A | 32 | 29 | 3B | 20 |
| Octal | 200 | 142 | 41 | 0 | 27 | 112 | 62 | 51 | 73 | 40 |
| Binary | 10000000 | 1100010 | 100001 | 0 | 10111 | 1001010 | 110010 | 101001 | 111011 | 100000 |
Color Harmonies of #806221
Complementary color
Monochromatic Colors of #806221
Black with #806221
Text Example
Text Example
White with #806221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806221; }
p { color: rgb(128,98,33); }
H1.HeaderClassName
{
color: #806221;
}
.AnyTagClassName
{
color: #806221;
}
</style>
background-color css
<style>
a { background-color: #806221; }
a { background-color: rgb(128,98,33); }
div.DivClassName
{
background-color: #806221;
}
.BgClassName
{
background-color: #806221;
}
</style>
border-color css
<style>
span { border-color: #806221; }
span { border-color: rgb(128,98,33); }
td.TdClassName
{
border-color: #806221;
}
.TagClassName
{
border-color: #806221;
}
</style>