Shades of Mango Tango #DD6402
Tints of Mango Tango #DD6402
RGB
CMYK
RGB Variations
Color information
#DD6402 (or 0xDD6402) is known color: Mango Tango. HEX triplet: DD, 64 and 02. RGB value is (221,100,2). Sum of RGB (Red+Green+Blue) = 221+100+2=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6402 is #229BFD. Grayscale: #7D7D7D. Windows color (decimal): -2268158 or 156893. OLE color: 156893.
HSL color Cylindrical-coordinate representation of color #DD6402: hue angle of 26.85º 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 #DD6402 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.13 |
| HSL | 26.85º | 0.98% | 0.44% | - |
| HSV(B) | 26.85º | 0.99% | 0.87% | - |
| XYZ | 34.39 | 24.49 | 2.97 | - |
| YUV | 125.01 | 58.59 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 2 | 0 | 0.55 | 0.99 | 0.13 | 26.85 | 0.98 | 0.44 |
| Hex | DD | 64 | 2 | 0 | 37 | 63 | D | 1B | 62 | 2C |
| Octal | 335 | 144 | 2 | 0 | 67 | 143 | 15 | 33 | 142 | 54 |
| Binary | 11011101 | 1100100 | 10 | 0 | 110111 | 1100011 | 1101 | 11011 | 1100010 | 101100 |
Color Harmonies of #DD6402
Complementary color
Monochromatic Colors of #DD6402
Black with #DD6402
Text Example
Text Example
White with #DD6402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6402; }
p { color: rgb(221,100,2); }
H1.HeaderClassName
{
color: #DD6402;
}
.AnyTagClassName
{
color: #DD6402;
}
</style>
background-color css
<style>
a { background-color: #DD6402; }
a { background-color: rgb(221,100,2); }
div.DivClassName
{
background-color: #DD6402;
}
.BgClassName
{
background-color: #DD6402;
}
</style>
border-color css
<style>
span { border-color: #DD6402; }
span { border-color: rgb(221,100,2); }
td.TdClassName
{
border-color: #DD6402;
}
.TagClassName
{
border-color: #DD6402;
}
</style>