Shades of Mango Tango #DD7206
Tints of Mango Tango #DD7206
RGB
CMYK
RGB Variations
Color information
#DD7206 (or 0xDD7206) is known color: Mango Tango. HEX triplet: DD, 72 and 06. RGB value is (221,114,6). Sum of RGB (Red+Green+Blue) = 221+114+6=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7206 is #228DF9. Grayscale: #868686. Windows color (decimal): -2264570 or 422621. OLE color: 422621.
HSL color Cylindrical-coordinate representation of color #DD7206: hue angle of 30.14º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD7206 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 6 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.13 |
| HSL | 30.14º | 0.95% | 0.45% | - |
| HSV(B) | 30.14º | 0.97% | 0.87% | - |
| XYZ | 35.87 | 27.42 | 3.57 | - |
| YUV | 133.68 | 55.95 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 6 | 0 | 0.48 | 0.97 | 0.13 | 30.14 | 0.95 | 0.45 |
| Hex | DD | 72 | 6 | 0 | 30 | 61 | D | 1E | 5F | 2D |
| Octal | 335 | 162 | 6 | 0 | 60 | 141 | 15 | 36 | 137 | 55 |
| Binary | 11011101 | 1110010 | 110 | 0 | 110000 | 1100001 | 1101 | 11110 | 1011111 | 101101 |
Color Harmonies of #DD7206
Complementary color
Monochromatic Colors of #DD7206
Black with #DD7206
Text Example
Text Example
White with #DD7206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7206; }
p { color: rgb(221,114,6); }
H1.HeaderClassName
{
color: #DD7206;
}
.AnyTagClassName
{
color: #DD7206;
}
</style>
background-color css
<style>
a { background-color: #DD7206; }
a { background-color: rgb(221,114,6); }
div.DivClassName
{
background-color: #DD7206;
}
.BgClassName
{
background-color: #DD7206;
}
</style>
border-color css
<style>
span { border-color: #DD7206; }
span { border-color: rgb(221,114,6); }
td.TdClassName
{
border-color: #DD7206;
}
.TagClassName
{
border-color: #DD7206;
}
</style>