Shades of Mango Tango #DC7101
Tints of Mango Tango #DC7101
RGB
CMYK
RGB Variations
Color information
#DC7101 (or 0xDC7101) is known color: Mango Tango. HEX triplet: DC, 71 and 01. RGB value is (220,113,1). Sum of RGB (Red+Green+Blue) = 220+113+1=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7101 is #238EFE. Grayscale: #848484. Windows color (decimal): -2330367 or 94684. OLE color: 94684.
HSL color Cylindrical-coordinate representation of color #DC7101: hue angle of 30.68º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC7101 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.14 |
| HSL | 30.68º | 0.99% | 0.43% | - |
| HSV(B) | 30.68º | 1% | 0.86% | - |
| XYZ | 35.43 | 27.03 | 3.38 | - |
| YUV | 132.23 | 53.95 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 1 | 0 | 0.49 | 1.00 | 0.14 | 30.68 | 0.99 | 0.43 |
| Hex | DC | 71 | 1 | 0 | 31 | 64 | E | 1F | 63 | 2B |
| Octal | 334 | 161 | 1 | 0 | 61 | 144 | 16 | 37 | 143 | 53 |
| Binary | 11011100 | 1110001 | 1 | 0 | 110001 | 1100100 | 1110 | 11111 | 1100011 | 101011 |
Color Harmonies of #DC7101
Complementary color
Monochromatic Colors of #DC7101
Black with #DC7101
Text Example
Text Example
White with #DC7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7101; }
p { color: rgb(220,113,1); }
H1.HeaderClassName
{
color: #DC7101;
}
.AnyTagClassName
{
color: #DC7101;
}
</style>
background-color css
<style>
a { background-color: #DC7101; }
a { background-color: rgb(220,113,1); }
div.DivClassName
{
background-color: #DC7101;
}
.BgClassName
{
background-color: #DC7101;
}
</style>
border-color css
<style>
span { border-color: #DC7101; }
span { border-color: rgb(220,113,1); }
td.TdClassName
{
border-color: #DC7101;
}
.TagClassName
{
border-color: #DC7101;
}
</style>