Shades of Mango Tango #DD7706
Tints of Mango Tango #DD7706
RGB
CMYK
RGB Variations
Color information
#DD7706 (or 0xDD7706) is known color: Mango Tango. HEX triplet: DD, 77 and 06. RGB value is (221,119,6). Sum of RGB (Red+Green+Blue) = 221+119+6=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7706 is #2288F9. Grayscale: #898989. Windows color (decimal): -2263290 or 423901. OLE color: 423901.
HSL color Cylindrical-coordinate representation of color #DD7706: hue angle of 31.53º degrees, saturation: 0.95, 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 #DD7706 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.13 |
| HSL | 31.53º | 0.95% | 0.45% | - |
| HSV(B) | 31.53º | 0.97% | 0.87% | - |
| XYZ | 36.45 | 28.58 | 3.77 | - |
| YUV | 136.62 | 54.29 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 6 | 0 | 0.46 | 0.97 | 0.13 | 31.53 | 0.95 | 0.45 |
| Hex | DD | 77 | 6 | 0 | 2E | 61 | D | 20 | 5F | 2D |
| Octal | 335 | 167 | 6 | 0 | 56 | 141 | 15 | 40 | 137 | 55 |
| Binary | 11011101 | 1110111 | 110 | 0 | 101110 | 1100001 | 1101 | 100000 | 1011111 | 101101 |
Color Harmonies of #DD7706
Complementary color
Monochromatic Colors of #DD7706
Black with #DD7706
Text Example
Text Example
White with #DD7706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7706; }
p { color: rgb(221,119,6); }
H1.HeaderClassName
{
color: #DD7706;
}
.AnyTagClassName
{
color: #DD7706;
}
</style>
background-color css
<style>
a { background-color: #DD7706; }
a { background-color: rgb(221,119,6); }
div.DivClassName
{
background-color: #DD7706;
}
.BgClassName
{
background-color: #DD7706;
}
</style>
border-color css
<style>
span { border-color: #DD7706; }
span { border-color: rgb(221,119,6); }
td.TdClassName
{
border-color: #DD7706;
}
.TagClassName
{
border-color: #DD7706;
}
</style>