Shades of Mango Tango #DD6603
Tints of Mango Tango #DD6603
RGB
CMYK
RGB Variations
Color information
#DD6603 (or 0xDD6603) is known color: Mango Tango. HEX triplet: DD, 66 and 03. RGB value is (221,102,3). Sum of RGB (Red+Green+Blue) = 221+102+3=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6603 is #2299FC. Grayscale: #7E7E7E. Windows color (decimal): -2267645 or 222941. OLE color: 222941.
HSL color Cylindrical-coordinate representation of color #DD6603: hue angle of 27.25º degrees, saturation: 0.97, 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 #DD6603 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 3 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.13 |
| HSL | 27.25º | 0.97% | 0.44% | - |
| HSV(B) | 27.25º | 0.99% | 0.87% | - |
| XYZ | 34.59 | 24.88 | 3.07 | - |
| YUV | 126.3 | 58.42 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 3 | 0 | 0.54 | 0.99 | 0.13 | 27.25 | 0.97 | 0.44 |
| Hex | DD | 66 | 3 | 0 | 36 | 63 | D | 1B | 61 | 2C |
| Octal | 335 | 146 | 3 | 0 | 66 | 143 | 15 | 33 | 141 | 54 |
| Binary | 11011101 | 1100110 | 11 | 0 | 110110 | 1100011 | 1101 | 11011 | 1100001 | 101100 |
Color Harmonies of #DD6603
Complementary color
Monochromatic Colors of #DD6603
Black with #DD6603
Text Example
Text Example
White with #DD6603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6603; }
p { color: rgb(221,102,3); }
H1.HeaderClassName
{
color: #DD6603;
}
.AnyTagClassName
{
color: #DD6603;
}
</style>
background-color css
<style>
a { background-color: #DD6603; }
a { background-color: rgb(221,102,3); }
div.DivClassName
{
background-color: #DD6603;
}
.BgClassName
{
background-color: #DD6603;
}
</style>
border-color css
<style>
span { border-color: #DD6603; }
span { border-color: rgb(221,102,3); }
td.TdClassName
{
border-color: #DD6603;
}
.TagClassName
{
border-color: #DD6603;
}
</style>