Shades of Mango Tango #DD7200
Tints of Mango Tango #DD7200
RGB
CMYK
RGB Variations
Color information
#DD7200 (or 0xDD7200) is known color: Mango Tango. HEX triplet: DD, 72 and 00. RGB value is (221,114,0). Sum of RGB (Red+Green+Blue) = 221+114+0=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7200 is #228DFF. Grayscale: #858585. Windows color (decimal): -2264576 or 29405. OLE color: 29405.
HSL color Cylindrical-coordinate representation of color #DD7200: hue angle of 30.95º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD7200 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.13 |
| HSL | 30.95º | 1% | 0.43% | - |
| HSV(B) | 30.95º | 1% | 0.87% | - |
| XYZ | 35.84 | 27.41 | 3.4 | - |
| YUV | 133 | 52.95 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 0 | 0 | 0.48 | 1 | 0.13 | 30.95 | 1 | 0.43 |
| Hex | DD | 72 | 0 | 0 | 30 | 64 | D | 1F | 64 | 2B |
| Octal | 335 | 162 | 0 | 0 | 60 | 144 | 15 | 37 | 144 | 53 |
| Binary | 11011101 | 1110010 | 0 | 0 | 110000 | 1100100 | 1101 | 11111 | 1100100 | 101011 |
Color Harmonies of #DD7200
Complementary color
Monochromatic Colors of #DD7200
Black with #DD7200
Text Example
Text Example
White with #DD7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7200; }
p { color: rgb(221,114,0); }
H1.HeaderClassName
{
color: #DD7200;
}
.AnyTagClassName
{
color: #DD7200;
}
</style>
background-color css
<style>
a { background-color: #DD7200; }
a { background-color: rgb(221,114,0); }
div.DivClassName
{
background-color: #DD7200;
}
.BgClassName
{
background-color: #DD7200;
}
</style>
border-color css
<style>
span { border-color: #DD7200; }
span { border-color: rgb(221,114,0); }
td.TdClassName
{
border-color: #DD7200;
}
.TagClassName
{
border-color: #DD7200;
}
</style>