Shades of Mango Tango #DD6E03
Tints of Mango Tango #DD6E03
RGB
CMYK
RGB Variations
Color information
#DD6E03 (or 0xDD6E03) is known color: Mango Tango. HEX triplet: DD, 6E and 03. RGB value is (221,110,3). Sum of RGB (Red+Green+Blue) = 221+110+3=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6E03 is #2291FC. Grayscale: #838383. Windows color (decimal): -2265597 or 224989. OLE color: 224989.
HSL color Cylindrical-coordinate representation of color #DD6E03: hue angle of 29.45º 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 #DD6E03 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 3 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.13 |
| HSL | 29.45º | 0.97% | 0.44% | - |
| HSV(B) | 29.45º | 0.99% | 0.87% | - |
| XYZ | 35.41 | 26.53 | 3.34 | - |
| YUV | 130.99 | 55.77 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 3 | 0 | 0.50 | 0.99 | 0.13 | 29.45 | 0.97 | 0.44 |
| Hex | DD | 6E | 3 | 0 | 32 | 63 | D | 1D | 61 | 2C |
| Octal | 335 | 156 | 3 | 0 | 62 | 143 | 15 | 35 | 141 | 54 |
| Binary | 11011101 | 1101110 | 11 | 0 | 110010 | 1100011 | 1101 | 11101 | 1100001 | 101100 |
Color Harmonies of #DD6E03
Complementary color
Monochromatic Colors of #DD6E03
Black with #DD6E03
Text Example
Text Example
White with #DD6E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6E03; }
p { color: rgb(221,110,3); }
H1.HeaderClassName
{
color: #DD6E03;
}
.AnyTagClassName
{
color: #DD6E03;
}
</style>
background-color css
<style>
a { background-color: #DD6E03; }
a { background-color: rgb(221,110,3); }
div.DivClassName
{
background-color: #DD6E03;
}
.BgClassName
{
background-color: #DD6E03;
}
</style>
border-color css
<style>
span { border-color: #DD6E03; }
span { border-color: rgb(221,110,3); }
td.TdClassName
{
border-color: #DD6E03;
}
.TagClassName
{
border-color: #DD6E03;
}
</style>