Shades of Mango Tango #DD7804
Tints of Mango Tango #DD7804
RGB
CMYK
RGB Variations
Color information
#DD7804 (or 0xDD7804) is known color: Mango Tango. HEX triplet: DD, 78 and 04. RGB value is (221,120,4). Sum of RGB (Red+Green+Blue) = 221+120+4=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7804 is #2287FB. Grayscale: #898989. Windows color (decimal): -2263036 or 293085. OLE color: 293085.
HSL color Cylindrical-coordinate representation of color #DD7804: hue angle of 32.07º 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 #DD7804 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.13 |
| HSL | 32.07º | 0.96% | 0.44% | - |
| HSV(B) | 32.07º | 0.98% | 0.87% | - |
| XYZ | 36.56 | 28.81 | 3.75 | - |
| YUV | 136.98 | 52.96 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 4 | 0 | 0.46 | 0.98 | 0.13 | 32.07 | 0.96 | 0.44 |
| Hex | DD | 78 | 4 | 0 | 2E | 62 | D | 20 | 60 | 2C |
| Octal | 335 | 170 | 4 | 0 | 56 | 142 | 15 | 40 | 140 | 54 |
| Binary | 11011101 | 1111000 | 100 | 0 | 101110 | 1100010 | 1101 | 100000 | 1100000 | 101100 |
Color Harmonies of #DD7804
Complementary color
Monochromatic Colors of #DD7804
Black with #DD7804
Text Example
Text Example
White with #DD7804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7804; }
p { color: rgb(221,120,4); }
H1.HeaderClassName
{
color: #DD7804;
}
.AnyTagClassName
{
color: #DD7804;
}
</style>
background-color css
<style>
a { background-color: #DD7804; }
a { background-color: rgb(221,120,4); }
div.DivClassName
{
background-color: #DD7804;
}
.BgClassName
{
background-color: #DD7804;
}
</style>
border-color css
<style>
span { border-color: #DD7804; }
span { border-color: rgb(221,120,4); }
td.TdClassName
{
border-color: #DD7804;
}
.TagClassName
{
border-color: #DD7804;
}
</style>