Shades of Mango Tango #DD7400
Tints of Mango Tango #DD7400
RGB
CMYK
RGB Variations
Color information
#DD7400 (or 0xDD7400) is known color: Mango Tango. HEX triplet: DD, 74 and 00. RGB value is (221,116,0). Sum of RGB (Red+Green+Blue) = 221+116+0=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7400 is #228BFF. Grayscale: #868686. Windows color (decimal): -2264064 or 29917. OLE color: 29917.
HSL color Cylindrical-coordinate representation of color #DD7400: hue angle of 31.49º 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 #DD7400 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.13 |
| HSL | 31.49º | 1% | 0.43% | - |
| HSV(B) | 31.49º | 1% | 0.87% | - |
| XYZ | 36.06 | 27.86 | 3.48 | - |
| YUV | 134.17 | 52.29 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 0 | 0 | 0.48 | 1 | 0.13 | 31.49 | 1 | 0.43 |
| Hex | DD | 74 | 0 | 0 | 30 | 64 | D | 1F | 64 | 2B |
| Octal | 335 | 164 | 0 | 0 | 60 | 144 | 15 | 37 | 144 | 53 |
| Binary | 11011101 | 1110100 | 0 | 0 | 110000 | 1100100 | 1101 | 11111 | 1100100 | 101011 |
Color Harmonies of #DD7400
Complementary color
Monochromatic Colors of #DD7400
Black with #DD7400
Text Example
Text Example
White with #DD7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7400; }
p { color: rgb(221,116,0); }
H1.HeaderClassName
{
color: #DD7400;
}
.AnyTagClassName
{
color: #DD7400;
}
</style>
background-color css
<style>
a { background-color: #DD7400; }
a { background-color: rgb(221,116,0); }
div.DivClassName
{
background-color: #DD7400;
}
.BgClassName
{
background-color: #DD7400;
}
</style>
border-color css
<style>
span { border-color: #DD7400; }
span { border-color: rgb(221,116,0); }
td.TdClassName
{
border-color: #DD7400;
}
.TagClassName
{
border-color: #DD7400;
}
</style>