Shades of Mango Tango #DD7105
Tints of Mango Tango #DD7105
RGB
CMYK
RGB Variations
Color information
#DD7105 (or 0xDD7105) is known color: Mango Tango. HEX triplet: DD, 71 and 05. RGB value is (221,113,5). Sum of RGB (Red+Green+Blue) = 221+113+5=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7105 is #228EFA. Grayscale: #858585. Windows color (decimal): -2264827 or 356829. OLE color: 356829.
HSL color Cylindrical-coordinate representation of color #DD7105: hue angle of 30º 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 #DD7105 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 5 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.13 |
| HSL | 30º | 0.96% | 0.44% | - |
| HSV(B) | 30º | 0.98% | 0.87% | - |
| XYZ | 35.75 | 27.19 | 3.51 | - |
| YUV | 132.98 | 55.78 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 5 | 0 | 0.49 | 0.98 | 0.13 | 30 | 0.96 | 0.44 |
| Hex | DD | 71 | 5 | 0 | 31 | 62 | D | 1E | 60 | 2C |
| Octal | 335 | 161 | 5 | 0 | 61 | 142 | 15 | 36 | 140 | 54 |
| Binary | 11011101 | 1110001 | 101 | 0 | 110001 | 1100010 | 1101 | 11110 | 1100000 | 101100 |
Color Harmonies of #DD7105
Complementary color
Monochromatic Colors of #DD7105
Black with #DD7105
Text Example
Text Example
White with #DD7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7105; }
p { color: rgb(221,113,5); }
H1.HeaderClassName
{
color: #DD7105;
}
.AnyTagClassName
{
color: #DD7105;
}
</style>
background-color css
<style>
a { background-color: #DD7105; }
a { background-color: rgb(221,113,5); }
div.DivClassName
{
background-color: #DD7105;
}
.BgClassName
{
background-color: #DD7105;
}
</style>
border-color css
<style>
span { border-color: #DD7105; }
span { border-color: rgb(221,113,5); }
td.TdClassName
{
border-color: #DD7105;
}
.TagClassName
{
border-color: #DD7105;
}
</style>