Shades of Mango Tango #DD6500
Tints of Mango Tango #DD6500
RGB
CMYK
RGB Variations
Color information
#DD6500 (or 0xDD6500) is known color: Mango Tango. HEX triplet: DD, 65 and 00. RGB value is (221,101,0). Sum of RGB (Red+Green+Blue) = 221+101+0=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6500 is #229AFF. Grayscale: #7D7D7D. Windows color (decimal): -2267904 or 26077. OLE color: 26077.
HSL color Cylindrical-coordinate representation of color #DD6500: hue angle of 27.42º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD6500 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.13 |
| HSL | 27.42º | 1% | 0.43% | - |
| HSV(B) | 27.42º | 1% | 0.87% | - |
| XYZ | 34.47 | 24.68 | 2.95 | - |
| YUV | 125.37 | 57.26 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 0 | 0 | 0.54 | 1 | 0.13 | 27.42 | 1 | 0.43 |
| Hex | DD | 65 | 0 | 0 | 36 | 64 | D | 1B | 64 | 2B |
| Octal | 335 | 145 | 0 | 0 | 66 | 144 | 15 | 33 | 144 | 53 |
| Binary | 11011101 | 1100101 | 0 | 0 | 110110 | 1100100 | 1101 | 11011 | 1100100 | 101011 |
Color Harmonies of #DD6500
Complementary color
Monochromatic Colors of #DD6500
Black with #DD6500
Text Example
Text Example
White with #DD6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6500; }
p { color: rgb(221,101,0); }
H1.HeaderClassName
{
color: #DD6500;
}
.AnyTagClassName
{
color: #DD6500;
}
</style>
background-color css
<style>
a { background-color: #DD6500; }
a { background-color: rgb(221,101,0); }
div.DivClassName
{
background-color: #DD6500;
}
.BgClassName
{
background-color: #DD6500;
}
</style>
border-color css
<style>
span { border-color: #DD6500; }
span { border-color: rgb(221,101,0); }
td.TdClassName
{
border-color: #DD6500;
}
.TagClassName
{
border-color: #DD6500;
}
</style>