Shades of Mango Tango #DD7008
Tints of Mango Tango #DD7008
RGB
CMYK
RGB Variations
Color information
#DD7008 (or 0xDD7008) is known color: Mango Tango. HEX triplet: DD, 70 and 08. RGB value is (221,112,8). Sum of RGB (Red+Green+Blue) = 221+112+8=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7008 is #228FF7. Grayscale: #858585. Windows color (decimal): -2265080 or 553181. OLE color: 553181.
HSL color Cylindrical-coordinate representation of color #DD7008: hue angle of 29.3º degrees, saturation: 0.93, 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 #DD7008 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 8 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.13 |
| HSL | 29.3º | 0.93% | 0.45% | - |
| HSV(B) | 29.3º | 0.96% | 0.87% | - |
| XYZ | 35.66 | 26.98 | 3.56 | - |
| YUV | 132.74 | 57.61 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 8 | 0 | 0.49 | 0.96 | 0.13 | 29.3 | 0.93 | 0.45 |
| Hex | DD | 70 | 8 | 0 | 31 | 60 | D | 1D | 5D | 2D |
| Octal | 335 | 160 | 10 | 0 | 61 | 140 | 15 | 35 | 135 | 55 |
| Binary | 11011101 | 1110000 | 1000 | 0 | 110001 | 1100000 | 1101 | 11101 | 1011101 | 101101 |
Color Harmonies of #DD7008
Complementary color
Monochromatic Colors of #DD7008
Black with #DD7008
Text Example
Text Example
White with #DD7008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7008; }
p { color: rgb(221,112,8); }
H1.HeaderClassName
{
color: #DD7008;
}
.AnyTagClassName
{
color: #DD7008;
}
</style>
background-color css
<style>
a { background-color: #DD7008; }
a { background-color: rgb(221,112,8); }
div.DivClassName
{
background-color: #DD7008;
}
.BgClassName
{
background-color: #DD7008;
}
</style>
border-color css
<style>
span { border-color: #DD7008; }
span { border-color: rgb(221,112,8); }
td.TdClassName
{
border-color: #DD7008;
}
.TagClassName
{
border-color: #DD7008;
}
</style>