Shades of Yukon Gold #80620F
Tints of Yukon Gold #80620F
RGB
CMYK
RGB Variations
Color information
#80620F (or 0x80620F) is known color: Yukon Gold. HEX triplet: 80, 62 and 0F. RGB value is (128,98,15). Sum of RGB (Red+Green+Blue) = 128+98+15=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80620F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80620F is #7F9DF0. Grayscale: #616161. Windows color (decimal): -8363505 or 1008256. OLE color: 1008256.
HSL color Cylindrical-coordinate representation of color #80620F: hue angle of 44.07º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80620F is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 98 | 15 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.50 |
| HSL | 44.07º | 0.79% | 0.28% | - |
| HSV(B) | 44.07º | 0.88% | 0.5% | - |
| XYZ | 13.36 | 13.36 | 2.33 | - |
| YUV | 97.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 15 | 0 | 0.23 | 0.88 | 0.50 | 44.07 | 0.79 | 0.28 |
| Hex | 80 | 62 | F | 0 | 17 | 58 | 32 | 2C | 4F | 1C |
| Octal | 200 | 142 | 17 | 0 | 27 | 130 | 62 | 54 | 117 | 34 |
| Binary | 10000000 | 1100010 | 1111 | 0 | 10111 | 1011000 | 110010 | 101100 | 1001111 | 11100 |
Color Harmonies of #80620F
Complementary color
Monochromatic Colors of #80620F
Black with #80620F
Text Example
Text Example
White with #80620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80620F; }
p { color: rgb(128,98,15); }
H1.HeaderClassName
{
color: #80620F;
}
.AnyTagClassName
{
color: #80620F;
}
</style>
background-color css
<style>
a { background-color: #80620F; }
a { background-color: rgb(128,98,15); }
div.DivClassName
{
background-color: #80620F;
}
.BgClassName
{
background-color: #80620F;
}
</style>
border-color css
<style>
span { border-color: #80620F; }
span { border-color: rgb(128,98,15); }
td.TdClassName
{
border-color: #80620F;
}
.TagClassName
{
border-color: #80620F;
}
</style>