Shades of Mango Tango #DD7003
Tints of Mango Tango #DD7003
RGB
CMYK
RGB Variations
Color information
#DD7003 (or 0xDD7003) is known color: Mango Tango. HEX triplet: DD, 70 and 03. RGB value is (221,112,3). Sum of RGB (Red+Green+Blue) = 221+112+3=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7003 is #228FFC. Grayscale: #848484. Windows color (decimal): -2265085 or 225501. OLE color: 225501.
HSL color Cylindrical-coordinate representation of color #DD7003: hue angle of 30º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD7003 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 3 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.13 |
| HSL | 30º | 0.97% | 0.44% | - |
| HSV(B) | 30º | 0.99% | 0.87% | - |
| XYZ | 35.63 | 26.97 | 3.41 | - |
| YUV | 132.17 | 55.11 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 3 | 0 | 0.49 | 0.99 | 0.13 | 30 | 0.97 | 0.44 |
| Hex | DD | 70 | 3 | 0 | 31 | 63 | D | 1E | 61 | 2C |
| Octal | 335 | 160 | 3 | 0 | 61 | 143 | 15 | 36 | 141 | 54 |
| Binary | 11011101 | 1110000 | 11 | 0 | 110001 | 1100011 | 1101 | 11110 | 1100001 | 101100 |
Color Harmonies of #DD7003
Complementary color
Monochromatic Colors of #DD7003
Black with #DD7003
Text Example
Text Example
White with #DD7003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7003; }
p { color: rgb(221,112,3); }
H1.HeaderClassName
{
color: #DD7003;
}
.AnyTagClassName
{
color: #DD7003;
}
</style>
background-color css
<style>
a { background-color: #DD7003; }
a { background-color: rgb(221,112,3); }
div.DivClassName
{
background-color: #DD7003;
}
.BgClassName
{
background-color: #DD7003;
}
</style>
border-color css
<style>
span { border-color: #DD7003; }
span { border-color: rgb(221,112,3); }
td.TdClassName
{
border-color: #DD7003;
}
.TagClassName
{
border-color: #DD7003;
}
</style>