Shades of Mango Tango #DD7101
Tints of Mango Tango #DD7101
RGB
CMYK
RGB Variations
Color information
#DD7101 (or 0xDD7101) is known color: Mango Tango. HEX triplet: DD, 71 and 01. RGB value is (221,113,1). Sum of RGB (Red+Green+Blue) = 221+113+1=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7101 is #228EFE. Grayscale: #858585. Windows color (decimal): -2264831 or 94685. OLE color: 94685.
HSL color Cylindrical-coordinate representation of color #DD7101: hue angle of 30.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD7101 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.13 |
| HSL | 30.55º | 0.99% | 0.44% | - |
| HSV(B) | 30.55º | 1% | 0.87% | - |
| XYZ | 35.73 | 27.18 | 3.39 | - |
| YUV | 132.52 | 53.78 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 1 | 0 | 0.49 | 1.00 | 0.13 | 30.55 | 0.99 | 0.44 |
| Hex | DD | 71 | 1 | 0 | 31 | 64 | D | 1F | 63 | 2C |
| Octal | 335 | 161 | 1 | 0 | 61 | 144 | 15 | 37 | 143 | 54 |
| Binary | 11011101 | 1110001 | 1 | 0 | 110001 | 1100100 | 1101 | 11111 | 1100011 | 101100 |
Color Harmonies of #DD7101
Complementary color
Monochromatic Colors of #DD7101
Black with #DD7101
Text Example
Text Example
White with #DD7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7101; }
p { color: rgb(221,113,1); }
H1.HeaderClassName
{
color: #DD7101;
}
.AnyTagClassName
{
color: #DD7101;
}
</style>
background-color css
<style>
a { background-color: #DD7101; }
a { background-color: rgb(221,113,1); }
div.DivClassName
{
background-color: #DD7101;
}
.BgClassName
{
background-color: #DD7101;
}
</style>
border-color css
<style>
span { border-color: #DD7101; }
span { border-color: rgb(221,113,1); }
td.TdClassName
{
border-color: #DD7101;
}
.TagClassName
{
border-color: #DD7101;
}
</style>