Shades of Mango Tango #DD7201
Tints of Mango Tango #DD7201
RGB
CMYK
RGB Variations
Color information
#DD7201 (or 0xDD7201) is known color: Mango Tango. HEX triplet: DD, 72 and 01. RGB value is (221,114,1). Sum of RGB (Red+Green+Blue) = 221+114+1=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7201 is #228DFE. Grayscale: #858585. Windows color (decimal): -2264575 or 94941. OLE color: 94941.
HSL color Cylindrical-coordinate representation of color #DD7201: hue angle of 30.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD7201 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.13 |
| HSL | 30.82º | 0.99% | 0.44% | - |
| HSV(B) | 30.82º | 1% | 0.87% | - |
| XYZ | 35.84 | 27.41 | 3.43 | - |
| YUV | 133.11 | 53.45 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 1 | 0 | 0.48 | 1.00 | 0.13 | 30.82 | 0.99 | 0.44 |
| Hex | DD | 72 | 1 | 0 | 30 | 64 | D | 1F | 63 | 2C |
| Octal | 335 | 162 | 1 | 0 | 60 | 144 | 15 | 37 | 143 | 54 |
| Binary | 11011101 | 1110010 | 1 | 0 | 110000 | 1100100 | 1101 | 11111 | 1100011 | 101100 |
Color Harmonies of #DD7201
Complementary color
Monochromatic Colors of #DD7201
Black with #DD7201
Text Example
Text Example
White with #DD7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7201; }
p { color: rgb(221,114,1); }
H1.HeaderClassName
{
color: #DD7201;
}
.AnyTagClassName
{
color: #DD7201;
}
</style>
background-color css
<style>
a { background-color: #DD7201; }
a { background-color: rgb(221,114,1); }
div.DivClassName
{
background-color: #DD7201;
}
.BgClassName
{
background-color: #DD7201;
}
</style>
border-color css
<style>
span { border-color: #DD7201; }
span { border-color: rgb(221,114,1); }
td.TdClassName
{
border-color: #DD7201;
}
.TagClassName
{
border-color: #DD7201;
}
</style>