Shades of Yukon Gold #80600C
Tints of Yukon Gold #80600C
RGB
CMYK
RGB Variations
Color information
#80600C (or 0x80600C) is known color: Yukon Gold. HEX triplet: 80, 60 and 0C. RGB value is (128,96,12). Sum of RGB (Red+Green+Blue) = 128+96+12=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #80600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80600C is #7F9FF3. Grayscale: #606060. Windows color (decimal): -8364020 or 811136. OLE color: 811136.
HSL color Cylindrical-coordinate representation of color #80600C: hue angle of 43.45º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80600C is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 96 | 12 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.50 |
| HSL | 43.45º | 0.83% | 0.27% | - |
| HSV(B) | 43.45º | 0.91% | 0.5% | - |
| XYZ | 13.15 | 12.98 | 2.16 | - |
| YUV | 95.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 12 | 0 | 0.25 | 0.91 | 0.50 | 43.45 | 0.83 | 0.27 |
| Hex | 80 | 60 | C | 0 | 19 | 5B | 32 | 2B | 53 | 1B |
| Octal | 200 | 140 | 14 | 0 | 31 | 133 | 62 | 53 | 123 | 33 |
| Binary | 10000000 | 1100000 | 1100 | 0 | 11001 | 1011011 | 110010 | 101011 | 1010011 | 11011 |
Color Harmonies of #80600C
Complementary color
Monochromatic Colors of #80600C
Black with #80600C
Text Example
Text Example
White with #80600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80600C; }
p { color: rgb(128,96,12); }
H1.HeaderClassName
{
color: #80600C;
}
.AnyTagClassName
{
color: #80600C;
}
</style>
background-color css
<style>
a { background-color: #80600C; }
a { background-color: rgb(128,96,12); }
div.DivClassName
{
background-color: #80600C;
}
.BgClassName
{
background-color: #80600C;
}
</style>
border-color css
<style>
span { border-color: #80600C; }
span { border-color: rgb(128,96,12); }
td.TdClassName
{
border-color: #80600C;
}
.TagClassName
{
border-color: #80600C;
}
</style>