Shades of Mango Tango #DD6902
Tints of Mango Tango #DD6902
RGB
CMYK
RGB Variations
Color information
#DD6902 (or 0xDD6902) is known color: Mango Tango. HEX triplet: DD, 69 and 02. RGB value is (221,105,2). Sum of RGB (Red+Green+Blue) = 221+105+2=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6902 is #2296FD. Grayscale: #808080. Windows color (decimal): -2266878 or 158173. OLE color: 158173.
HSL color Cylindrical-coordinate representation of color #DD6902: hue angle of 28.22º 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 #DD6902 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.13 |
| HSL | 28.22º | 0.98% | 0.44% | - |
| HSV(B) | 28.22º | 0.99% | 0.87% | - |
| XYZ | 34.88 | 25.48 | 3.14 | - |
| YUV | 127.94 | 56.93 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 2 | 0 | 0.52 | 0.99 | 0.13 | 28.22 | 0.98 | 0.44 |
| Hex | DD | 69 | 2 | 0 | 34 | 63 | D | 1C | 62 | 2C |
| Octal | 335 | 151 | 2 | 0 | 64 | 143 | 15 | 34 | 142 | 54 |
| Binary | 11011101 | 1101001 | 10 | 0 | 110100 | 1100011 | 1101 | 11100 | 1100010 | 101100 |
Color Harmonies of #DD6902
Complementary color
Monochromatic Colors of #DD6902
Black with #DD6902
Text Example
Text Example
White with #DD6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6902; }
p { color: rgb(221,105,2); }
H1.HeaderClassName
{
color: #DD6902;
}
.AnyTagClassName
{
color: #DD6902;
}
</style>
background-color css
<style>
a { background-color: #DD6902; }
a { background-color: rgb(221,105,2); }
div.DivClassName
{
background-color: #DD6902;
}
.BgClassName
{
background-color: #DD6902;
}
</style>
border-color css
<style>
span { border-color: #DD6902; }
span { border-color: rgb(221,105,2); }
td.TdClassName
{
border-color: #DD6902;
}
.TagClassName
{
border-color: #DD6902;
}
</style>