Shades of Yukon Gold #807022
Tints of Yukon Gold #807022
RGB
CMYK
RGB Variations
Color information
#807022 (or 0x807022) is known color: Yukon Gold. HEX triplet: 80, 70 and 22. RGB value is (128,112,34). Sum of RGB (Red+Green+Blue) = 128+112+34=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #807022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807022 is #7F8FDD. Grayscale: #6C6C6C. Windows color (decimal): -8359902 or 2257024. OLE color: 2257024.
HSL color Cylindrical-coordinate representation of color #807022: hue angle of 49.79º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #807022 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 34 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.50 |
| HSL | 49.79º | 0.58% | 0.32% | - |
| HSV(B) | 49.79º | 0.73% | 0.5% | - |
| XYZ | 14.98 | 16.29 | 3.87 | - |
| YUV | 107.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 34 | 0 | 0.12 | 0.73 | 0.50 | 49.79 | 0.58 | 0.32 |
| Hex | 80 | 70 | 22 | 0 | C | 49 | 32 | 32 | 3A | 20 |
| Octal | 200 | 160 | 42 | 0 | 14 | 111 | 62 | 62 | 72 | 40 |
| Binary | 10000000 | 1110000 | 100010 | 0 | 1100 | 1001001 | 110010 | 110010 | 111010 | 100000 |
Color Harmonies of #807022
Complementary color
Monochromatic Colors of #807022
Black with #807022
Text Example
Text Example
White with #807022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807022; }
p { color: rgb(128,112,34); }
H1.HeaderClassName
{
color: #807022;
}
.AnyTagClassName
{
color: #807022;
}
</style>
background-color css
<style>
a { background-color: #807022; }
a { background-color: rgb(128,112,34); }
div.DivClassName
{
background-color: #807022;
}
.BgClassName
{
background-color: #807022;
}
</style>
border-color css
<style>
span { border-color: #807022; }
span { border-color: rgb(128,112,34); }
td.TdClassName
{
border-color: #807022;
}
.TagClassName
{
border-color: #807022;
}
</style>