Shades of Mango Tango #DD6800
Tints of Mango Tango #DD6800
RGB
CMYK
RGB Variations
Color information
#DD6800 (or 0xDD6800) is known color: Mango Tango. HEX triplet: DD, 68 and 00. RGB value is (221,104,0). Sum of RGB (Red+Green+Blue) = 221+104+0=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6800 is #2297FF. Grayscale: #7F7F7F. Windows color (decimal): -2267136 or 26845. OLE color: 26845.
HSL color Cylindrical-coordinate representation of color #DD6800: hue angle of 28.24º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD6800 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.13 |
| HSL | 28.24º | 1% | 0.43% | - |
| HSV(B) | 28.24º | 1% | 0.87% | - |
| XYZ | 34.77 | 25.27 | 3.05 | - |
| YUV | 127.13 | 56.26 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 0 | 0 | 0.53 | 1 | 0.13 | 28.24 | 1 | 0.43 |
| Hex | DD | 68 | 0 | 0 | 35 | 64 | D | 1C | 64 | 2B |
| Octal | 335 | 150 | 0 | 0 | 65 | 144 | 15 | 34 | 144 | 53 |
| Binary | 11011101 | 1101000 | 0 | 0 | 110101 | 1100100 | 1101 | 11100 | 1100100 | 101011 |
Color Harmonies of #DD6800
Complementary color
Monochromatic Colors of #DD6800
Black with #DD6800
Text Example
Text Example
White with #DD6800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6800; }
p { color: rgb(221,104,0); }
H1.HeaderClassName
{
color: #DD6800;
}
.AnyTagClassName
{
color: #DD6800;
}
</style>
background-color css
<style>
a { background-color: #DD6800; }
a { background-color: rgb(221,104,0); }
div.DivClassName
{
background-color: #DD6800;
}
.BgClassName
{
background-color: #DD6800;
}
</style>
border-color css
<style>
span { border-color: #DD6800; }
span { border-color: rgb(221,104,0); }
td.TdClassName
{
border-color: #DD6800;
}
.TagClassName
{
border-color: #DD6800;
}
</style>