Shades of Mango Tango #DD7701
Tints of Mango Tango #DD7701
RGB
CMYK
RGB Variations
Color information
#DD7701 (or 0xDD7701) is known color: Mango Tango. HEX triplet: DD, 77 and 01. RGB value is (221,119,1). Sum of RGB (Red+Green+Blue) = 221+119+1=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7701 is #2288FE. Grayscale: #888888. Windows color (decimal): -2263295 or 96221. OLE color: 96221.
HSL color Cylindrical-coordinate representation of color #DD7701: hue angle of 32.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD7701 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.13 |
| HSL | 32.18º | 0.99% | 0.44% | - |
| HSV(B) | 32.18º | 1% | 0.87% | - |
| XYZ | 36.42 | 28.57 | 3.62 | - |
| YUV | 136.05 | 51.79 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 1 | 0 | 0.46 | 1.00 | 0.13 | 32.18 | 0.99 | 0.44 |
| Hex | DD | 77 | 1 | 0 | 2E | 64 | D | 20 | 63 | 2C |
| Octal | 335 | 167 | 1 | 0 | 56 | 144 | 15 | 40 | 143 | 54 |
| Binary | 11011101 | 1110111 | 1 | 0 | 101110 | 1100100 | 1101 | 100000 | 1100011 | 101100 |
Color Harmonies of #DD7701
Complementary color
Monochromatic Colors of #DD7701
Black with #DD7701
Text Example
Text Example
White with #DD7701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7701; }
p { color: rgb(221,119,1); }
H1.HeaderClassName
{
color: #DD7701;
}
.AnyTagClassName
{
color: #DD7701;
}
</style>
background-color css
<style>
a { background-color: #DD7701; }
a { background-color: rgb(221,119,1); }
div.DivClassName
{
background-color: #DD7701;
}
.BgClassName
{
background-color: #DD7701;
}
</style>
border-color css
<style>
span { border-color: #DD7701; }
span { border-color: rgb(221,119,1); }
td.TdClassName
{
border-color: #DD7701;
}
.TagClassName
{
border-color: #DD7701;
}
</style>