Shades of Mango Tango #DC7606
Tints of Mango Tango #DC7606
RGB
CMYK
RGB Variations
Color information
#DC7606 (or 0xDC7606) is known color: Mango Tango. HEX triplet: DC, 76 and 06. RGB value is (220,118,6). Sum of RGB (Red+Green+Blue) = 220+118+6=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7606 is #2389F9. Grayscale: #888888. Windows color (decimal): -2329082 or 423644. OLE color: 423644.
HSL color Cylindrical-coordinate representation of color #DC7606: hue angle of 31.4º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC7606 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.14 |
| HSL | 31.4º | 0.95% | 0.44% | - |
| HSV(B) | 31.4º | 0.97% | 0.86% | - |
| XYZ | 36.03 | 28.19 | 3.71 | - |
| YUV | 135.73 | 54.79 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 6 | 0 | 0.46 | 0.97 | 0.14 | 31.4 | 0.95 | 0.44 |
| Hex | DC | 76 | 6 | 0 | 2E | 61 | E | 1F | 5F | 2C |
| Octal | 334 | 166 | 6 | 0 | 56 | 141 | 16 | 37 | 137 | 54 |
| Binary | 11011100 | 1110110 | 110 | 0 | 101110 | 1100001 | 1110 | 11111 | 1011111 | 101100 |
Color Harmonies of #DC7606
Complementary color
Monochromatic Colors of #DC7606
Black with #DC7606
Text Example
Text Example
White with #DC7606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7606; }
p { color: rgb(220,118,6); }
H1.HeaderClassName
{
color: #DC7606;
}
.AnyTagClassName
{
color: #DC7606;
}
</style>
background-color css
<style>
a { background-color: #DC7606; }
a { background-color: rgb(220,118,6); }
div.DivClassName
{
background-color: #DC7606;
}
.BgClassName
{
background-color: #DC7606;
}
</style>
border-color css
<style>
span { border-color: #DC7606; }
span { border-color: rgb(220,118,6); }
td.TdClassName
{
border-color: #DC7606;
}
.TagClassName
{
border-color: #DC7606;
}
</style>