Shades of Mango Tango #DD6302
Tints of Mango Tango #DD6302
RGB
CMYK
RGB Variations
Color information
#DD6302 (or 0xDD6302) is known color: Mango Tango. HEX triplet: DD, 63 and 02. RGB value is (221,99,2). Sum of RGB (Red+Green+Blue) = 221+99+2=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6302 is #229CFD. Grayscale: #7C7C7C. Windows color (decimal): -2268414 or 156637. OLE color: 156637.
HSL color Cylindrical-coordinate representation of color #DD6302: hue angle of 26.58º degrees, saturation: 0.98, 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 #DD6302 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.13 |
| HSL | 26.58º | 0.98% | 0.44% | - |
| HSV(B) | 26.58º | 0.99% | 0.87% | - |
| XYZ | 34.29 | 24.3 | 2.94 | - |
| YUV | 124.42 | 58.92 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 2 | 0 | 0.55 | 0.99 | 0.13 | 26.58 | 0.98 | 0.44 |
| Hex | DD | 63 | 2 | 0 | 37 | 63 | D | 1B | 62 | 2C |
| Octal | 335 | 143 | 2 | 0 | 67 | 143 | 15 | 33 | 142 | 54 |
| Binary | 11011101 | 1100011 | 10 | 0 | 110111 | 1100011 | 1101 | 11011 | 1100010 | 101100 |
Color Harmonies of #DD6302
Complementary color
Monochromatic Colors of #DD6302
Black with #DD6302
Text Example
Text Example
White with #DD6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6302; }
p { color: rgb(221,99,2); }
H1.HeaderClassName
{
color: #DD6302;
}
.AnyTagClassName
{
color: #DD6302;
}
</style>
background-color css
<style>
a { background-color: #DD6302; }
a { background-color: rgb(221,99,2); }
div.DivClassName
{
background-color: #DD6302;
}
.BgClassName
{
background-color: #DD6302;
}
</style>
border-color css
<style>
span { border-color: #DD6302; }
span { border-color: rgb(221,99,2); }
td.TdClassName
{
border-color: #DD6302;
}
.TagClassName
{
border-color: #DD6302;
}
</style>