Shades of Mango Tango #DC6606
Tints of Mango Tango #DC6606
RGB
CMYK
RGB Variations
Color information
#DC6606 (or 0xDC6606) is known color: Mango Tango. HEX triplet: DC, 66 and 06. RGB value is (220,102,6). Sum of RGB (Red+Green+Blue) = 220+102+6=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6606 is #2399F9. Grayscale: #7E7E7E. Windows color (decimal): -2333178 or 419548. OLE color: 419548.
HSL color Cylindrical-coordinate representation of color #DC6606: hue angle of 26.92º 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 #DC6606 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 6 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.14 |
| HSL | 26.92º | 0.95% | 0.44% | - |
| HSV(B) | 26.92º | 0.97% | 0.86% | - |
| XYZ | 34.3 | 24.73 | 3.14 | - |
| YUV | 126.34 | 60.09 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 6 | 0 | 0.54 | 0.97 | 0.14 | 26.92 | 0.95 | 0.44 |
| Hex | DC | 66 | 6 | 0 | 36 | 61 | E | 1B | 5F | 2C |
| Octal | 334 | 146 | 6 | 0 | 66 | 141 | 16 | 33 | 137 | 54 |
| Binary | 11011100 | 1100110 | 110 | 0 | 110110 | 1100001 | 1110 | 11011 | 1011111 | 101100 |
Color Harmonies of #DC6606
Complementary color
Monochromatic Colors of #DC6606
Black with #DC6606
Text Example
Text Example
White with #DC6606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6606; }
p { color: rgb(220,102,6); }
H1.HeaderClassName
{
color: #DC6606;
}
.AnyTagClassName
{
color: #DC6606;
}
</style>
background-color css
<style>
a { background-color: #DC6606; }
a { background-color: rgb(220,102,6); }
div.DivClassName
{
background-color: #DC6606;
}
.BgClassName
{
background-color: #DC6606;
}
</style>
border-color css
<style>
span { border-color: #DC6606; }
span { border-color: rgb(220,102,6); }
td.TdClassName
{
border-color: #DC6606;
}
.TagClassName
{
border-color: #DC6606;
}
</style>