Shades of Mango Tango #DD6502
Tints of Mango Tango #DD6502
RGB
CMYK
RGB Variations
Color information
#DD6502 (or 0xDD6502) is known color: Mango Tango. HEX triplet: DD, 65 and 02. RGB value is (221,101,2). Sum of RGB (Red+Green+Blue) = 221+101+2=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6502 is #229AFD. Grayscale: #7E7E7E. Windows color (decimal): -2267902 or 157149. OLE color: 157149.
HSL color Cylindrical-coordinate representation of color #DD6502: hue angle of 27.12º 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 #DD6502 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.13 |
| HSL | 27.12º | 0.98% | 0.44% | - |
| HSV(B) | 27.12º | 0.99% | 0.87% | - |
| XYZ | 34.48 | 24.68 | 3 | - |
| YUV | 125.59 | 58.26 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 2 | 0 | 0.54 | 0.99 | 0.13 | 27.12 | 0.98 | 0.44 |
| Hex | DD | 65 | 2 | 0 | 36 | 63 | D | 1B | 62 | 2C |
| Octal | 335 | 145 | 2 | 0 | 66 | 143 | 15 | 33 | 142 | 54 |
| Binary | 11011101 | 1100101 | 10 | 0 | 110110 | 1100011 | 1101 | 11011 | 1100010 | 101100 |
Color Harmonies of #DD6502
Complementary color
Monochromatic Colors of #DD6502
Black with #DD6502
Text Example
Text Example
White with #DD6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6502; }
p { color: rgb(221,101,2); }
H1.HeaderClassName
{
color: #DD6502;
}
.AnyTagClassName
{
color: #DD6502;
}
</style>
background-color css
<style>
a { background-color: #DD6502; }
a { background-color: rgb(221,101,2); }
div.DivClassName
{
background-color: #DD6502;
}
.BgClassName
{
background-color: #DD6502;
}
</style>
border-color css
<style>
span { border-color: #DD6502; }
span { border-color: rgb(221,101,2); }
td.TdClassName
{
border-color: #DD6502;
}
.TagClassName
{
border-color: #DD6502;
}
</style>