Shades of Mango Tango #DD6803
Tints of Mango Tango #DD6803
RGB
CMYK
RGB Variations
Color information
#DD6803 (or 0xDD6803) is known color: Mango Tango. HEX triplet: DD, 68 and 03. RGB value is (221,104,3). Sum of RGB (Red+Green+Blue) = 221+104+3=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6803 is #2297FC. Grayscale: #7F7F7F. Windows color (decimal): -2267133 or 223453. OLE color: 223453.
HSL color Cylindrical-coordinate representation of color #DD6803: hue angle of 27.8º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD6803 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 3 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.13 |
| HSL | 27.8º | 0.97% | 0.44% | - |
| HSV(B) | 27.8º | 0.99% | 0.87% | - |
| XYZ | 34.79 | 25.28 | 3.13 | - |
| YUV | 127.47 | 57.76 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 3 | 0 | 0.53 | 0.99 | 0.13 | 27.8 | 0.97 | 0.44 |
| Hex | DD | 68 | 3 | 0 | 35 | 63 | D | 1C | 61 | 2C |
| Octal | 335 | 150 | 3 | 0 | 65 | 143 | 15 | 34 | 141 | 54 |
| Binary | 11011101 | 1101000 | 11 | 0 | 110101 | 1100011 | 1101 | 11100 | 1100001 | 101100 |
Color Harmonies of #DD6803
Complementary color
Monochromatic Colors of #DD6803
Black with #DD6803
Text Example
Text Example
White with #DD6803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6803; }
p { color: rgb(221,104,3); }
H1.HeaderClassName
{
color: #DD6803;
}
.AnyTagClassName
{
color: #DD6803;
}
</style>
background-color css
<style>
a { background-color: #DD6803; }
a { background-color: rgb(221,104,3); }
div.DivClassName
{
background-color: #DD6803;
}
.BgClassName
{
background-color: #DD6803;
}
</style>
border-color css
<style>
span { border-color: #DD6803; }
span { border-color: rgb(221,104,3); }
td.TdClassName
{
border-color: #DD6803;
}
.TagClassName
{
border-color: #DD6803;
}
</style>