Shades of Mango Tango #DD6708
Tints of Mango Tango #DD6708
RGB
CMYK
RGB Variations
Color information
#DD6708 (or 0xDD6708) is known color: Mango Tango. HEX triplet: DD, 67 and 08. RGB value is (221,103,8). Sum of RGB (Red+Green+Blue) = 221+103+8=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6708 is #2298F7. Grayscale: #7F7F7F. Windows color (decimal): -2267384 or 550877. OLE color: 550877.
HSL color Cylindrical-coordinate representation of color #DD6708: hue angle of 26.76º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD6708 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 8 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.13 |
| HSL | 26.76º | 0.93% | 0.45% | - |
| HSV(B) | 26.76º | 0.96% | 0.87% | - |
| XYZ | 34.71 | 25.09 | 3.24 | - |
| YUV | 127.45 | 60.59 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 8 | 0 | 0.53 | 0.96 | 0.13 | 26.76 | 0.93 | 0.45 |
| Hex | DD | 67 | 8 | 0 | 35 | 60 | D | 1B | 5D | 2D |
| Octal | 335 | 147 | 10 | 0 | 65 | 140 | 15 | 33 | 135 | 55 |
| Binary | 11011101 | 1100111 | 1000 | 0 | 110101 | 1100000 | 1101 | 11011 | 1011101 | 101101 |
Color Harmonies of #DD6708
Complementary color
Monochromatic Colors of #DD6708
Black with #DD6708
Text Example
Text Example
White with #DD6708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6708; }
p { color: rgb(221,103,8); }
H1.HeaderClassName
{
color: #DD6708;
}
.AnyTagClassName
{
color: #DD6708;
}
</style>
background-color css
<style>
a { background-color: #DD6708; }
a { background-color: rgb(221,103,8); }
div.DivClassName
{
background-color: #DD6708;
}
.BgClassName
{
background-color: #DD6708;
}
</style>
border-color css
<style>
span { border-color: #DD6708; }
span { border-color: rgb(221,103,8); }
td.TdClassName
{
border-color: #DD6708;
}
.TagClassName
{
border-color: #DD6708;
}
</style>