Shades of Mango Tango #DD6802
Tints of Mango Tango #DD6802
RGB
CMYK
RGB Variations
Color information
#DD6802 (or 0xDD6802) is known color: Mango Tango. HEX triplet: DD, 68 and 02. RGB value is (221,104,2). Sum of RGB (Red+Green+Blue) = 221+104+2=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6802 is #2297FD. Grayscale: #7F7F7F. Windows color (decimal): -2267134 or 157917. OLE color: 157917.
HSL color Cylindrical-coordinate representation of color #DD6802: hue angle of 27.95º 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 #DD6802 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.13 |
| HSL | 27.95º | 0.98% | 0.44% | - |
| HSV(B) | 27.95º | 0.99% | 0.87% | - |
| XYZ | 34.78 | 25.28 | 3.1 | - |
| YUV | 127.36 | 57.26 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 2 | 0 | 0.53 | 0.99 | 0.13 | 27.95 | 0.98 | 0.44 |
| Hex | DD | 68 | 2 | 0 | 35 | 63 | D | 1C | 62 | 2C |
| Octal | 335 | 150 | 2 | 0 | 65 | 143 | 15 | 34 | 142 | 54 |
| Binary | 11011101 | 1101000 | 10 | 0 | 110101 | 1100011 | 1101 | 11100 | 1100010 | 101100 |
Color Harmonies of #DD6802
Complementary color
Monochromatic Colors of #DD6802
Black with #DD6802
Text Example
Text Example
White with #DD6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6802; }
p { color: rgb(221,104,2); }
H1.HeaderClassName
{
color: #DD6802;
}
.AnyTagClassName
{
color: #DD6802;
}
</style>
background-color css
<style>
a { background-color: #DD6802; }
a { background-color: rgb(221,104,2); }
div.DivClassName
{
background-color: #DD6802;
}
.BgClassName
{
background-color: #DD6802;
}
</style>
border-color css
<style>
span { border-color: #DD6802; }
span { border-color: rgb(221,104,2); }
td.TdClassName
{
border-color: #DD6802;
}
.TagClassName
{
border-color: #DD6802;
}
</style>