Shades of Mango Tango #DC7810
Tints of Mango Tango #DC7810
RGB
CMYK
RGB Variations
Color information
#DC7810 (or 0xDC7810) is known color: Mango Tango. HEX triplet: DC, 78 and 10. RGB value is (220,120,16). Sum of RGB (Red+Green+Blue) = 220+120+16=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7810 is #2387EF. Grayscale: #8A8A8A. Windows color (decimal): -2328560 or 1079516. OLE color: 1079516.
HSL color Cylindrical-coordinate representation of color #DC7810: hue angle of 30.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC7810 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 16 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.14 |
| HSL | 30.59º | 0.86% | 0.46% | - |
| HSV(B) | 30.59º | 0.93% | 0.86% | - |
| XYZ | 36.33 | 28.69 | 4.11 | - |
| YUV | 138.04 | 59.13 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 16 | 0 | 0.45 | 0.93 | 0.14 | 30.59 | 0.86 | 0.46 |
| Hex | DC | 78 | 10 | 0 | 2D | 5D | E | 1F | 56 | 2E |
| Octal | 334 | 170 | 20 | 0 | 55 | 135 | 16 | 37 | 126 | 56 |
| Binary | 11011100 | 1111000 | 10000 | 0 | 101101 | 1011101 | 1110 | 11111 | 1010110 | 101110 |
Color Harmonies of #DC7810
Complementary color
Monochromatic Colors of #DC7810
Black with #DC7810
Text Example
Text Example
White with #DC7810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7810; }
p { color: rgb(220,120,16); }
H1.HeaderClassName
{
color: #DC7810;
}
.AnyTagClassName
{
color: #DC7810;
}
</style>
background-color css
<style>
a { background-color: #DC7810; }
a { background-color: rgb(220,120,16); }
div.DivClassName
{
background-color: #DC7810;
}
.BgClassName
{
background-color: #DC7810;
}
</style>
border-color css
<style>
span { border-color: #DC7810; }
span { border-color: rgb(220,120,16); }
td.TdClassName
{
border-color: #DC7810;
}
.TagClassName
{
border-color: #DC7810;
}
</style>