Shades of Mango Tango #DD7006
Tints of Mango Tango #DD7006
RGB
CMYK
RGB Variations
Color information
#DD7006 (or 0xDD7006) is known color: Mango Tango. HEX triplet: DD, 70 and 06. RGB value is (221,112,6). Sum of RGB (Red+Green+Blue) = 221+112+6=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7006 is #228FF9. Grayscale: #858585. Windows color (decimal): -2265082 or 422109. OLE color: 422109.
HSL color Cylindrical-coordinate representation of color #DD7006: hue angle of 29.58º 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 #DD7006 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 6 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.13 |
| HSL | 29.58º | 0.95% | 0.45% | - |
| HSV(B) | 29.58º | 0.97% | 0.87% | - |
| XYZ | 35.65 | 26.97 | 3.5 | - |
| YUV | 132.51 | 56.61 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 6 | 0 | 0.49 | 0.97 | 0.13 | 29.58 | 0.95 | 0.45 |
| Hex | DD | 70 | 6 | 0 | 31 | 61 | D | 1E | 5F | 2D |
| Octal | 335 | 160 | 6 | 0 | 61 | 141 | 15 | 36 | 137 | 55 |
| Binary | 11011101 | 1110000 | 110 | 0 | 110001 | 1100001 | 1101 | 11110 | 1011111 | 101101 |
Color Harmonies of #DD7006
Complementary color
Monochromatic Colors of #DD7006
Black with #DD7006
Text Example
Text Example
White with #DD7006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7006; }
p { color: rgb(221,112,6); }
H1.HeaderClassName
{
color: #DD7006;
}
.AnyTagClassName
{
color: #DD7006;
}
</style>
background-color css
<style>
a { background-color: #DD7006; }
a { background-color: rgb(221,112,6); }
div.DivClassName
{
background-color: #DD7006;
}
.BgClassName
{
background-color: #DD7006;
}
</style>
border-color css
<style>
span { border-color: #DD7006; }
span { border-color: rgb(221,112,6); }
td.TdClassName
{
border-color: #DD7006;
}
.TagClassName
{
border-color: #DD7006;
}
</style>