Shades of Mango Tango #DD720A
Tints of Mango Tango #DD720A
RGB
CMYK
RGB Variations
Color information
#DD720A (or 0xDD720A) is known color: Mango Tango. HEX triplet: DD, 72 and 0A. RGB value is (221,114,10). Sum of RGB (Red+Green+Blue) = 221+114+10=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD720A is #228DF5. Grayscale: #868686. Windows color (decimal): -2264566 or 684765. OLE color: 684765.
HSL color Cylindrical-coordinate representation of color #DD720A: hue angle of 29.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD720A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 10 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.13 |
| HSL | 29.57º | 0.91% | 0.45% | - |
| HSV(B) | 29.57º | 0.95% | 0.87% | - |
| XYZ | 35.89 | 27.43 | 3.69 | - |
| YUV | 134.14 | 57.95 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 10 | 0 | 0.48 | 0.95 | 0.13 | 29.57 | 0.91 | 0.45 |
| Hex | DD | 72 | A | 0 | 30 | 5F | D | 1E | 5B | 2D |
| Octal | 335 | 162 | 12 | 0 | 60 | 137 | 15 | 36 | 133 | 55 |
| Binary | 11011101 | 1110010 | 1010 | 0 | 110000 | 1011111 | 1101 | 11110 | 1011011 | 101101 |
Color Harmonies of #DD720A
Complementary color
Monochromatic Colors of #DD720A
Black with #DD720A
Text Example
Text Example
White with #DD720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD720A; }
p { color: rgb(221,114,10); }
H1.HeaderClassName
{
color: #DD720A;
}
.AnyTagClassName
{
color: #DD720A;
}
</style>
background-color css
<style>
a { background-color: #DD720A; }
a { background-color: rgb(221,114,10); }
div.DivClassName
{
background-color: #DD720A;
}
.BgClassName
{
background-color: #DD720A;
}
</style>
border-color css
<style>
span { border-color: #DD720A; }
span { border-color: rgb(221,114,10); }
td.TdClassName
{
border-color: #DD720A;
}
.TagClassName
{
border-color: #DD720A;
}
</style>