Shades of Yukon Gold #80701F
Tints of Yukon Gold #80701F
RGB
CMYK
RGB Variations
Color information
#80701F (or 0x80701F) is known color: Yukon Gold. HEX triplet: 80, 70 and 1F. RGB value is (128,112,31). Sum of RGB (Red+Green+Blue) = 128+112+31=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80701F is #7F8FE0. Grayscale: #6B6B6B. Windows color (decimal): -8359905 or 2060416. OLE color: 2060416.
HSL color Cylindrical-coordinate representation of color #80701F: hue angle of 50.1º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80701F is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 31 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.50 |
| HSL | 50.1º | 0.61% | 0.31% | - |
| HSV(B) | 50.1º | 0.76% | 0.5% | - |
| XYZ | 14.94 | 16.28 | 3.65 | - |
| YUV | 107.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 31 | 0 | 0.12 | 0.76 | 0.50 | 50.1 | 0.61 | 0.31 |
| Hex | 80 | 70 | 1F | 0 | C | 4C | 32 | 32 | 3D | 1F |
| Octal | 200 | 160 | 37 | 0 | 14 | 114 | 62 | 62 | 75 | 37 |
| Binary | 10000000 | 1110000 | 11111 | 0 | 1100 | 1001100 | 110010 | 110010 | 111101 | 11111 |
Color Harmonies of #80701F
Complementary color
Monochromatic Colors of #80701F
Black with #80701F
Text Example
Text Example
White with #80701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80701F; }
p { color: rgb(128,112,31); }
H1.HeaderClassName
{
color: #80701F;
}
.AnyTagClassName
{
color: #80701F;
}
</style>
background-color css
<style>
a { background-color: #80701F; }
a { background-color: rgb(128,112,31); }
div.DivClassName
{
background-color: #80701F;
}
.BgClassName
{
background-color: #80701F;
}
</style>
border-color css
<style>
span { border-color: #80701F; }
span { border-color: rgb(128,112,31); }
td.TdClassName
{
border-color: #80701F;
}
.TagClassName
{
border-color: #80701F;
}
</style>