Shades of Mango Tango #DD6D09
Tints of Mango Tango #DD6D09
RGB
CMYK
RGB Variations
Color information
#DD6D09 (or 0xDD6D09) is known color: Mango Tango. HEX triplet: DD, 6D and 09. RGB value is (221,109,9). Sum of RGB (Red+Green+Blue) = 221+109+9=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6D09 is #2292F6. Grayscale: #838383. Windows color (decimal): -2265847 or 617949. OLE color: 617949.
HSL color Cylindrical-coordinate representation of color #DD6D09: hue angle of 28.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD6D09 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 9 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.13 |
| HSL | 28.3º | 0.92% | 0.45% | - |
| HSV(B) | 28.3º | 0.96% | 0.87% | - |
| XYZ | 35.34 | 26.33 | 3.48 | - |
| YUV | 131.09 | 59.11 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 9 | 0 | 0.51 | 0.96 | 0.13 | 28.3 | 0.92 | 0.45 |
| Hex | DD | 6D | 9 | 0 | 33 | 60 | D | 1C | 5C | 2D |
| Octal | 335 | 155 | 11 | 0 | 63 | 140 | 15 | 34 | 134 | 55 |
| Binary | 11011101 | 1101101 | 1001 | 0 | 110011 | 1100000 | 1101 | 11100 | 1011100 | 101101 |
Color Harmonies of #DD6D09
Complementary color
Monochromatic Colors of #DD6D09
Black with #DD6D09
Text Example
Text Example
White with #DD6D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D09; }
p { color: rgb(221,109,9); }
H1.HeaderClassName
{
color: #DD6D09;
}
.AnyTagClassName
{
color: #DD6D09;
}
</style>
background-color css
<style>
a { background-color: #DD6D09; }
a { background-color: rgb(221,109,9); }
div.DivClassName
{
background-color: #DD6D09;
}
.BgClassName
{
background-color: #DD6D09;
}
</style>
border-color css
<style>
span { border-color: #DD6D09; }
span { border-color: rgb(221,109,9); }
td.TdClassName
{
border-color: #DD6D09;
}
.TagClassName
{
border-color: #DD6D09;
}
</style>