Shades of Mango Tango #DC820E
Tints of Mango Tango #DC820E
RGB
CMYK
RGB Variations
Color information
#DC820E (or 0xDC820E) is known color: Mango Tango. HEX triplet: DC, 82 and 0E. RGB value is (220,130,14). Sum of RGB (Red+Green+Blue) = 220+130+14=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC820E is #237DF1. Grayscale: #909090. Windows color (decimal): -2326002 or 951004. OLE color: 951004.
HSL color Cylindrical-coordinate representation of color #DC820E: hue angle of 33.79º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC820E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.14 |
| HSL | 33.79º | 0.88% | 0.46% | - |
| HSV(B) | 33.79º | 0.94% | 0.86% | - |
| XYZ | 37.58 | 31.21 | 4.46 | - |
| YUV | 143.69 | 54.82 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 14 | 0 | 0.41 | 0.94 | 0.14 | 33.79 | 0.88 | 0.46 |
| Hex | DC | 82 | E | 0 | 29 | 5E | E | 22 | 58 | 2E |
| Octal | 334 | 202 | 16 | 0 | 51 | 136 | 16 | 42 | 130 | 56 |
| Binary | 11011100 | 10000010 | 1110 | 0 | 101001 | 1011110 | 1110 | 100010 | 1011000 | 101110 |
Color Harmonies of #DC820E
Complementary color
Monochromatic Colors of #DC820E
Black with #DC820E
Text Example
Text Example
White with #DC820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC820E; }
p { color: rgb(220,130,14); }
H1.HeaderClassName
{
color: #DC820E;
}
.AnyTagClassName
{
color: #DC820E;
}
</style>
background-color css
<style>
a { background-color: #DC820E; }
a { background-color: rgb(220,130,14); }
div.DivClassName
{
background-color: #DC820E;
}
.BgClassName
{
background-color: #DC820E;
}
</style>
border-color css
<style>
span { border-color: #DC820E; }
span { border-color: rgb(220,130,14); }
td.TdClassName
{
border-color: #DC820E;
}
.TagClassName
{
border-color: #DC820E;
}
</style>