Shades of Mango Tango #DD7807
Tints of Mango Tango #DD7807
RGB
CMYK
RGB Variations
Color information
#DD7807 (or 0xDD7807) is known color: Mango Tango. HEX triplet: DD, 78 and 07. RGB value is (221,120,7). Sum of RGB (Red+Green+Blue) = 221+120+7=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7807 is #2287F8. Grayscale: #898989. Windows color (decimal): -2263033 or 489693. OLE color: 489693.
HSL color Cylindrical-coordinate representation of color #DD7807: hue angle of 31.68º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD7807 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.13 |
| HSL | 31.68º | 0.94% | 0.45% | - |
| HSV(B) | 31.68º | 0.97% | 0.87% | - |
| XYZ | 36.57 | 28.82 | 3.84 | - |
| YUV | 137.32 | 54.46 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 7 | 0 | 0.46 | 0.97 | 0.13 | 31.68 | 0.94 | 0.45 |
| Hex | DD | 78 | 7 | 0 | 2E | 61 | D | 20 | 5E | 2D |
| Octal | 335 | 170 | 7 | 0 | 56 | 141 | 15 | 40 | 136 | 55 |
| Binary | 11011101 | 1111000 | 111 | 0 | 101110 | 1100001 | 1101 | 100000 | 1011110 | 101101 |
Color Harmonies of #DD7807
Complementary color
Monochromatic Colors of #DD7807
Black with #DD7807
Text Example
Text Example
White with #DD7807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7807; }
p { color: rgb(221,120,7); }
H1.HeaderClassName
{
color: #DD7807;
}
.AnyTagClassName
{
color: #DD7807;
}
</style>
background-color css
<style>
a { background-color: #DD7807; }
a { background-color: rgb(221,120,7); }
div.DivClassName
{
background-color: #DD7807;
}
.BgClassName
{
background-color: #DD7807;
}
</style>
border-color css
<style>
span { border-color: #DD7807; }
span { border-color: rgb(221,120,7); }
td.TdClassName
{
border-color: #DD7807;
}
.TagClassName
{
border-color: #DD7807;
}
</style>