Shades of Mango Tango #DD6903
Tints of Mango Tango #DD6903
RGB
CMYK
RGB Variations
Color information
#DD6903 (or 0xDD6903) is known color: Mango Tango. HEX triplet: DD, 69 and 03. RGB value is (221,105,3). Sum of RGB (Red+Green+Blue) = 221+105+3=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6903 is #2296FC. Grayscale: #808080. Windows color (decimal): -2266877 or 223709. OLE color: 223709.
HSL color Cylindrical-coordinate representation of color #DD6903: hue angle of 28.07º 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 #DD6903 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 3 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.13 |
| HSL | 28.07º | 0.97% | 0.44% | - |
| HSV(B) | 28.07º | 0.99% | 0.87% | - |
| XYZ | 34.89 | 25.48 | 3.17 | - |
| YUV | 128.06 | 57.43 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 3 | 0 | 0.52 | 0.99 | 0.13 | 28.07 | 0.97 | 0.44 |
| Hex | DD | 69 | 3 | 0 | 34 | 63 | D | 1C | 61 | 2C |
| Octal | 335 | 151 | 3 | 0 | 64 | 143 | 15 | 34 | 141 | 54 |
| Binary | 11011101 | 1101001 | 11 | 0 | 110100 | 1100011 | 1101 | 11100 | 1100001 | 101100 |
Color Harmonies of #DD6903
Complementary color
Monochromatic Colors of #DD6903
Black with #DD6903
Text Example
Text Example
White with #DD6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6903; }
p { color: rgb(221,105,3); }
H1.HeaderClassName
{
color: #DD6903;
}
.AnyTagClassName
{
color: #DD6903;
}
</style>
background-color css
<style>
a { background-color: #DD6903; }
a { background-color: rgb(221,105,3); }
div.DivClassName
{
background-color: #DD6903;
}
.BgClassName
{
background-color: #DD6903;
}
</style>
border-color css
<style>
span { border-color: #DD6903; }
span { border-color: rgb(221,105,3); }
td.TdClassName
{
border-color: #DD6903;
}
.TagClassName
{
border-color: #DD6903;
}
</style>