Shades of Mango Tango #DC7802
Tints of Mango Tango #DC7802
RGB
CMYK
RGB Variations
Color information
#DC7802 (or 0xDC7802) is known color: Mango Tango. HEX triplet: DC, 78 and 02. RGB value is (220,120,2). Sum of RGB (Red+Green+Blue) = 220+120+2=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7802 is #2387FD. Grayscale: #898989. Windows color (decimal): -2328574 or 162012. OLE color: 162012.
HSL color Cylindrical-coordinate representation of color #DC7802: hue angle of 32.48º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC7802 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.14 |
| HSL | 32.48º | 0.98% | 0.44% | - |
| HSV(B) | 32.48º | 0.99% | 0.86% | - |
| XYZ | 36.24 | 28.65 | 3.68 | - |
| YUV | 136.45 | 52.13 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 2 | 0 | 0.45 | 0.99 | 0.14 | 32.48 | 0.98 | 0.44 |
| Hex | DC | 78 | 2 | 0 | 2D | 63 | E | 20 | 62 | 2C |
| Octal | 334 | 170 | 2 | 0 | 55 | 143 | 16 | 40 | 142 | 54 |
| Binary | 11011100 | 1111000 | 10 | 0 | 101101 | 1100011 | 1110 | 100000 | 1100010 | 101100 |
Color Harmonies of #DC7802
Complementary color
Monochromatic Colors of #DC7802
Black with #DC7802
Text Example
Text Example
White with #DC7802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7802; }
p { color: rgb(220,120,2); }
H1.HeaderClassName
{
color: #DC7802;
}
.AnyTagClassName
{
color: #DC7802;
}
</style>
background-color css
<style>
a { background-color: #DC7802; }
a { background-color: rgb(220,120,2); }
div.DivClassName
{
background-color: #DC7802;
}
.BgClassName
{
background-color: #DC7802;
}
</style>
border-color css
<style>
span { border-color: #DC7802; }
span { border-color: rgb(220,120,2); }
td.TdClassName
{
border-color: #DC7802;
}
.TagClassName
{
border-color: #DC7802;
}
</style>