Shades of Mango Tango #DD6905
Tints of Mango Tango #DD6905
RGB
CMYK
RGB Variations
Color information
#DD6905 (or 0xDD6905) is known color: Mango Tango. HEX triplet: DD, 69 and 05. RGB value is (221,105,5). Sum of RGB (Red+Green+Blue) = 221+105+5=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6905 is #2296FA. Grayscale: #808080. Windows color (decimal): -2266875 or 354781. OLE color: 354781.
HSL color Cylindrical-coordinate representation of color #DD6905: hue angle of 27.78º 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 #DD6905 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.13 |
| HSL | 27.78º | 0.96% | 0.44% | - |
| HSV(B) | 27.78º | 0.98% | 0.87% | - |
| XYZ | 34.9 | 25.49 | 3.22 | - |
| YUV | 128.28 | 58.43 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 5 | 0 | 0.52 | 0.98 | 0.13 | 27.78 | 0.96 | 0.44 |
| Hex | DD | 69 | 5 | 0 | 34 | 62 | D | 1C | 60 | 2C |
| Octal | 335 | 151 | 5 | 0 | 64 | 142 | 15 | 34 | 140 | 54 |
| Binary | 11011101 | 1101001 | 101 | 0 | 110100 | 1100010 | 1101 | 11100 | 1100000 | 101100 |
Color Harmonies of #DD6905
Complementary color
Monochromatic Colors of #DD6905
Black with #DD6905
Text Example
Text Example
White with #DD6905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6905; }
p { color: rgb(221,105,5); }
H1.HeaderClassName
{
color: #DD6905;
}
.AnyTagClassName
{
color: #DD6905;
}
</style>
background-color css
<style>
a { background-color: #DD6905; }
a { background-color: rgb(221,105,5); }
div.DivClassName
{
background-color: #DD6905;
}
.BgClassName
{
background-color: #DD6905;
}
</style>
border-color css
<style>
span { border-color: #DD6905; }
span { border-color: rgb(221,105,5); }
td.TdClassName
{
border-color: #DD6905;
}
.TagClassName
{
border-color: #DD6905;
}
</style>