Shades of Mango Tango #DD6706
Tints of Mango Tango #DD6706
RGB
CMYK
RGB Variations
Color information
#DD6706 (or 0xDD6706) is known color: Mango Tango. HEX triplet: DD, 67 and 06. RGB value is (221,103,6). Sum of RGB (Red+Green+Blue) = 221+103+6=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6706 is #2298F9. Grayscale: #7F7F7F. Windows color (decimal): -2267386 or 419805. OLE color: 419805.
HSL color Cylindrical-coordinate representation of color #DD6706: hue angle of 27.07º 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 #DD6706 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 6 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.13 |
| HSL | 27.07º | 0.95% | 0.45% | - |
| HSV(B) | 27.07º | 0.97% | 0.87% | - |
| XYZ | 34.7 | 25.09 | 3.19 | - |
| YUV | 127.22 | 59.59 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 6 | 0 | 0.53 | 0.97 | 0.13 | 27.07 | 0.95 | 0.45 |
| Hex | DD | 67 | 6 | 0 | 35 | 61 | D | 1B | 5F | 2D |
| Octal | 335 | 147 | 6 | 0 | 65 | 141 | 15 | 33 | 137 | 55 |
| Binary | 11011101 | 1100111 | 110 | 0 | 110101 | 1100001 | 1101 | 11011 | 1011111 | 101101 |
Color Harmonies of #DD6706
Complementary color
Monochromatic Colors of #DD6706
Black with #DD6706
Text Example
Text Example
White with #DD6706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6706; }
p { color: rgb(221,103,6); }
H1.HeaderClassName
{
color: #DD6706;
}
.AnyTagClassName
{
color: #DD6706;
}
</style>
background-color css
<style>
a { background-color: #DD6706; }
a { background-color: rgb(221,103,6); }
div.DivClassName
{
background-color: #DD6706;
}
.BgClassName
{
background-color: #DD6706;
}
</style>
border-color css
<style>
span { border-color: #DD6706; }
span { border-color: rgb(221,103,6); }
td.TdClassName
{
border-color: #DD6706;
}
.TagClassName
{
border-color: #DD6706;
}
</style>