Shades of Mango Tango #DD6E04
Tints of Mango Tango #DD6E04
RGB
CMYK
RGB Variations
Color information
#DD6E04 (or 0xDD6E04) is known color: Mango Tango. HEX triplet: DD, 6E and 04. RGB value is (221,110,4). Sum of RGB (Red+Green+Blue) = 221+110+4=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6E04 is #2291FB. Grayscale: #838383. Windows color (decimal): -2265596 or 290525. OLE color: 290525.
HSL color Cylindrical-coordinate representation of color #DD6E04: hue angle of 29.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD6E04 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 4 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.13 |
| HSL | 29.31º | 0.96% | 0.44% | - |
| HSV(B) | 29.31º | 0.98% | 0.87% | - |
| XYZ | 35.42 | 26.53 | 3.37 | - |
| YUV | 131.11 | 56.27 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 4 | 0 | 0.50 | 0.98 | 0.13 | 29.31 | 0.96 | 0.44 |
| Hex | DD | 6E | 4 | 0 | 32 | 62 | D | 1D | 60 | 2C |
| Octal | 335 | 156 | 4 | 0 | 62 | 142 | 15 | 35 | 140 | 54 |
| Binary | 11011101 | 1101110 | 100 | 0 | 110010 | 1100010 | 1101 | 11101 | 1100000 | 101100 |
Color Harmonies of #DD6E04
Complementary color
Monochromatic Colors of #DD6E04
Black with #DD6E04
Text Example
Text Example
White with #DD6E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6E04; }
p { color: rgb(221,110,4); }
H1.HeaderClassName
{
color: #DD6E04;
}
.AnyTagClassName
{
color: #DD6E04;
}
</style>
background-color css
<style>
a { background-color: #DD6E04; }
a { background-color: rgb(221,110,4); }
div.DivClassName
{
background-color: #DD6E04;
}
.BgClassName
{
background-color: #DD6E04;
}
</style>
border-color css
<style>
span { border-color: #DD6E04; }
span { border-color: rgb(221,110,4); }
td.TdClassName
{
border-color: #DD6E04;
}
.TagClassName
{
border-color: #DD6E04;
}
</style>