Shades of Mango Tango #DD6809
Tints of Mango Tango #DD6809
RGB
CMYK
RGB Variations
Color information
#DD6809 (or 0xDD6809) is known color: Mango Tango. HEX triplet: DD, 68 and 09. RGB value is (221,104,9). Sum of RGB (Red+Green+Blue) = 221+104+9=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6809 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6809 is #2297F6. Grayscale: #808080. Windows color (decimal): -2267127 or 616669. OLE color: 616669.
HSL color Cylindrical-coordinate representation of color #DD6809: hue angle of 26.89º 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 #DD6809 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 9 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.13 |
| HSL | 26.89º | 0.92% | 0.45% | - |
| HSV(B) | 26.89º | 0.96% | 0.87% | - |
| XYZ | 34.82 | 25.29 | 3.31 | - |
| YUV | 128.15 | 60.76 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 9 | 0 | 0.53 | 0.96 | 0.13 | 26.89 | 0.92 | 0.45 |
| Hex | DD | 68 | 9 | 0 | 35 | 60 | D | 1B | 5C | 2D |
| Octal | 335 | 150 | 11 | 0 | 65 | 140 | 15 | 33 | 134 | 55 |
| Binary | 11011101 | 1101000 | 1001 | 0 | 110101 | 1100000 | 1101 | 11011 | 1011100 | 101101 |
Color Harmonies of #DD6809
Complementary color
Monochromatic Colors of #DD6809
Black with #DD6809
Text Example
Text Example
White with #DD6809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6809; }
p { color: rgb(221,104,9); }
H1.HeaderClassName
{
color: #DD6809;
}
.AnyTagClassName
{
color: #DD6809;
}
</style>
background-color css
<style>
a { background-color: #DD6809; }
a { background-color: rgb(221,104,9); }
div.DivClassName
{
background-color: #DD6809;
}
.BgClassName
{
background-color: #DD6809;
}
</style>
border-color css
<style>
span { border-color: #DD6809; }
span { border-color: rgb(221,104,9); }
td.TdClassName
{
border-color: #DD6809;
}
.TagClassName
{
border-color: #DD6809;
}
</style>