Shades of Mango Tango #DD7A04
Tints of Mango Tango #DD7A04
RGB
CMYK
RGB Variations
Color information
#DD7A04 (or 0xDD7A04) is known color: Mango Tango. HEX triplet: DD, 7A and 04. RGB value is (221,122,4). Sum of RGB (Red+Green+Blue) = 221+122+4=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7A04 is #2285FB. Grayscale: #8A8A8A. Windows color (decimal): -2262524 or 293597. OLE color: 293597.
HSL color Cylindrical-coordinate representation of color #DD7A04: hue angle of 32.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD7A04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.13 |
| HSL | 32.63º | 0.96% | 0.44% | - |
| HSV(B) | 32.63º | 0.98% | 0.87% | - |
| XYZ | 36.8 | 29.3 | 3.83 | - |
| YUV | 138.15 | 52.3 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 4 | 0 | 0.45 | 0.98 | 0.13 | 32.63 | 0.96 | 0.44 |
| Hex | DD | 7A | 4 | 0 | 2D | 62 | D | 21 | 60 | 2C |
| Octal | 335 | 172 | 4 | 0 | 55 | 142 | 15 | 41 | 140 | 54 |
| Binary | 11011101 | 1111010 | 100 | 0 | 101101 | 1100010 | 1101 | 100001 | 1100000 | 101100 |
Color Harmonies of #DD7A04
Complementary color
Monochromatic Colors of #DD7A04
Black with #DD7A04
Text Example
Text Example
White with #DD7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A04; }
p { color: rgb(221,122,4); }
H1.HeaderClassName
{
color: #DD7A04;
}
.AnyTagClassName
{
color: #DD7A04;
}
</style>
background-color css
<style>
a { background-color: #DD7A04; }
a { background-color: rgb(221,122,4); }
div.DivClassName
{
background-color: #DD7A04;
}
.BgClassName
{
background-color: #DD7A04;
}
</style>
border-color css
<style>
span { border-color: #DD7A04; }
span { border-color: rgb(221,122,4); }
td.TdClassName
{
border-color: #DD7A04;
}
.TagClassName
{
border-color: #DD7A04;
}
</style>