Shades of Mango Tango #DD7E00
Tints of Mango Tango #DD7E00
RGB
CMYK
RGB Variations
Color information
#DD7E00 (or 0xDD7E00) is known color: Mango Tango. HEX triplet: DD, 7E and 00. RGB value is (221,126,0). Sum of RGB (Red+Green+Blue) = 221+126+0=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7E00 is #2281FF. Grayscale: #8C8C8C. Windows color (decimal): -2261504 or 32477. OLE color: 32477.
HSL color Cylindrical-coordinate representation of color #DD7E00: hue angle of 34.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD7E00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.13 |
| HSL | 34.21º | 1% | 0.43% | - |
| HSV(B) | 34.21º | 1% | 0.87% | - |
| XYZ | 37.28 | 30.29 | 3.88 | - |
| YUV | 140.04 | 48.97 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 0 | 0 | 0.43 | 1 | 0.13 | 34.21 | 1 | 0.43 |
| Hex | DD | 7E | 0 | 0 | 2B | 64 | D | 22 | 64 | 2B |
| Octal | 335 | 176 | 0 | 0 | 53 | 144 | 15 | 42 | 144 | 53 |
| Binary | 11011101 | 1111110 | 0 | 0 | 101011 | 1100100 | 1101 | 100010 | 1100100 | 101011 |
Color Harmonies of #DD7E00
Complementary color
Monochromatic Colors of #DD7E00
Black with #DD7E00
Text Example
Text Example
White with #DD7E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E00; }
p { color: rgb(221,126,0); }
H1.HeaderClassName
{
color: #DD7E00;
}
.AnyTagClassName
{
color: #DD7E00;
}
</style>
background-color css
<style>
a { background-color: #DD7E00; }
a { background-color: rgb(221,126,0); }
div.DivClassName
{
background-color: #DD7E00;
}
.BgClassName
{
background-color: #DD7E00;
}
</style>
border-color css
<style>
span { border-color: #DD7E00; }
span { border-color: rgb(221,126,0); }
td.TdClassName
{
border-color: #DD7E00;
}
.TagClassName
{
border-color: #DD7E00;
}
</style>