Shades of Mango Tango #DD7102
Tints of Mango Tango #DD7102
RGB
CMYK
RGB Variations
Color information
#DD7102 (or 0xDD7102) is known color: Mango Tango. HEX triplet: DD, 71 and 02. RGB value is (221,113,2). Sum of RGB (Red+Green+Blue) = 221+113+2=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7102 is #228EFD. Grayscale: #858585. Windows color (decimal): -2264830 or 160221. OLE color: 160221.
HSL color Cylindrical-coordinate representation of color #DD7102: hue angle of 30.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD7102 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.13 |
| HSL | 30.41º | 0.98% | 0.44% | - |
| HSV(B) | 30.41º | 0.99% | 0.87% | - |
| XYZ | 35.73 | 27.19 | 3.42 | - |
| YUV | 132.64 | 54.28 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 2 | 0 | 0.49 | 0.99 | 0.13 | 30.41 | 0.98 | 0.44 |
| Hex | DD | 71 | 2 | 0 | 31 | 63 | D | 1E | 62 | 2C |
| Octal | 335 | 161 | 2 | 0 | 61 | 143 | 15 | 36 | 142 | 54 |
| Binary | 11011101 | 1110001 | 10 | 0 | 110001 | 1100011 | 1101 | 11110 | 1100010 | 101100 |
Color Harmonies of #DD7102
Complementary color
Monochromatic Colors of #DD7102
Black with #DD7102
Text Example
Text Example
White with #DD7102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7102; }
p { color: rgb(221,113,2); }
H1.HeaderClassName
{
color: #DD7102;
}
.AnyTagClassName
{
color: #DD7102;
}
</style>
background-color css
<style>
a { background-color: #DD7102; }
a { background-color: rgb(221,113,2); }
div.DivClassName
{
background-color: #DD7102;
}
.BgClassName
{
background-color: #DD7102;
}
</style>
border-color css
<style>
span { border-color: #DD7102; }
span { border-color: rgb(221,113,2); }
td.TdClassName
{
border-color: #DD7102;
}
.TagClassName
{
border-color: #DD7102;
}
</style>