Shades of Mango Tango #DD6D07
Tints of Mango Tango #DD6D07
RGB
CMYK
RGB Variations
Color information
#DD6D07 (or 0xDD6D07) is known color: Mango Tango. HEX triplet: DD, 6D and 07. RGB value is (221,109,7). Sum of RGB (Red+Green+Blue) = 221+109+7=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6D07 is #2292F8. Grayscale: #838383. Windows color (decimal): -2265849 or 486877. OLE color: 486877.
HSL color Cylindrical-coordinate representation of color #DD6D07: hue angle of 28.6º 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 #DD6D07 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 7 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.13 |
| HSL | 28.6º | 0.94% | 0.45% | - |
| HSV(B) | 28.6º | 0.97% | 0.87% | - |
| XYZ | 35.33 | 26.32 | 3.42 | - |
| YUV | 130.86 | 58.11 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 7 | 0 | 0.51 | 0.97 | 0.13 | 28.6 | 0.94 | 0.45 |
| Hex | DD | 6D | 7 | 0 | 33 | 61 | D | 1D | 5E | 2D |
| Octal | 335 | 155 | 7 | 0 | 63 | 141 | 15 | 35 | 136 | 55 |
| Binary | 11011101 | 1101101 | 111 | 0 | 110011 | 1100001 | 1101 | 11101 | 1011110 | 101101 |
Color Harmonies of #DD6D07
Complementary color
Monochromatic Colors of #DD6D07
Black with #DD6D07
Text Example
Text Example
White with #DD6D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D07; }
p { color: rgb(221,109,7); }
H1.HeaderClassName
{
color: #DD6D07;
}
.AnyTagClassName
{
color: #DD6D07;
}
</style>
background-color css
<style>
a { background-color: #DD6D07; }
a { background-color: rgb(221,109,7); }
div.DivClassName
{
background-color: #DD6D07;
}
.BgClassName
{
background-color: #DD6D07;
}
</style>
border-color css
<style>
span { border-color: #DD6D07; }
span { border-color: rgb(221,109,7); }
td.TdClassName
{
border-color: #DD6D07;
}
.TagClassName
{
border-color: #DD6D07;
}
</style>