Shades of Mango Tango #DD7E03
Tints of Mango Tango #DD7E03
RGB
CMYK
RGB Variations
Color information
#DD7E03 (or 0xDD7E03) is known color: Mango Tango. HEX triplet: DD, 7E and 03. RGB value is (221,126,3). Sum of RGB (Red+Green+Blue) = 221+126+3=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7E03 is #2281FC. Grayscale: #8C8C8C. Windows color (decimal): -2261501 or 229085. OLE color: 229085.
HSL color Cylindrical-coordinate representation of color #DD7E03: hue angle of 33.85º 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 #DD7E03 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 3 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.13 |
| HSL | 33.85º | 0.97% | 0.44% | - |
| HSV(B) | 33.85º | 0.99% | 0.87% | - |
| XYZ | 37.3 | 30.3 | 3.97 | - |
| YUV | 140.38 | 50.47 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 3 | 0 | 0.43 | 0.99 | 0.13 | 33.85 | 0.97 | 0.44 |
| Hex | DD | 7E | 3 | 0 | 2B | 63 | D | 22 | 61 | 2C |
| Octal | 335 | 176 | 3 | 0 | 53 | 143 | 15 | 42 | 141 | 54 |
| Binary | 11011101 | 1111110 | 11 | 0 | 101011 | 1100011 | 1101 | 100010 | 1100001 | 101100 |
Color Harmonies of #DD7E03
Complementary color
Monochromatic Colors of #DD7E03
Black with #DD7E03
Text Example
Text Example
White with #DD7E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E03; }
p { color: rgb(221,126,3); }
H1.HeaderClassName
{
color: #DD7E03;
}
.AnyTagClassName
{
color: #DD7E03;
}
</style>
background-color css
<style>
a { background-color: #DD7E03; }
a { background-color: rgb(221,126,3); }
div.DivClassName
{
background-color: #DD7E03;
}
.BgClassName
{
background-color: #DD7E03;
}
</style>
border-color css
<style>
span { border-color: #DD7E03; }
span { border-color: rgb(221,126,3); }
td.TdClassName
{
border-color: #DD7E03;
}
.TagClassName
{
border-color: #DD7E03;
}
</style>