Shades of Mango Tango #DD6D03
Tints of Mango Tango #DD6D03
RGB
CMYK
RGB Variations
Color information
#DD6D03 (or 0xDD6D03) is known color: Mango Tango. HEX triplet: DD, 6D and 03. RGB value is (221,109,3). Sum of RGB (Red+Green+Blue) = 221+109+3=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6D03 is #2292FC. Grayscale: #828282. Windows color (decimal): -2265853 or 224733. OLE color: 224733.
HSL color Cylindrical-coordinate representation of color #DD6D03: hue angle of 29.17º 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 #DD6D03 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 3 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.13 |
| HSL | 29.17º | 0.97% | 0.44% | - |
| HSV(B) | 29.17º | 0.99% | 0.87% | - |
| XYZ | 35.3 | 26.32 | 3.3 | - |
| YUV | 130.4 | 56.11 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 3 | 0 | 0.51 | 0.99 | 0.13 | 29.17 | 0.97 | 0.44 |
| Hex | DD | 6D | 3 | 0 | 33 | 63 | D | 1D | 61 | 2C |
| Octal | 335 | 155 | 3 | 0 | 63 | 143 | 15 | 35 | 141 | 54 |
| Binary | 11011101 | 1101101 | 11 | 0 | 110011 | 1100011 | 1101 | 11101 | 1100001 | 101100 |
Color Harmonies of #DD6D03
Complementary color
Monochromatic Colors of #DD6D03
Black with #DD6D03
Text Example
Text Example
White with #DD6D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D03; }
p { color: rgb(221,109,3); }
H1.HeaderClassName
{
color: #DD6D03;
}
.AnyTagClassName
{
color: #DD6D03;
}
</style>
background-color css
<style>
a { background-color: #DD6D03; }
a { background-color: rgb(221,109,3); }
div.DivClassName
{
background-color: #DD6D03;
}
.BgClassName
{
background-color: #DD6D03;
}
</style>
border-color css
<style>
span { border-color: #DD6D03; }
span { border-color: rgb(221,109,3); }
td.TdClassName
{
border-color: #DD6D03;
}
.TagClassName
{
border-color: #DD6D03;
}
</style>