Shades of Mango Tango #DD7A02
Tints of Mango Tango #DD7A02
RGB
CMYK
RGB Variations
Color information
#DD7A02 (or 0xDD7A02) is known color: Mango Tango. HEX triplet: DD, 7A and 02. RGB value is (221,122,2). Sum of RGB (Red+Green+Blue) = 221+122+2=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7A02 is #2285FD. Grayscale: #8A8A8A. Windows color (decimal): -2262526 or 162525. OLE color: 162525.
HSL color Cylindrical-coordinate representation of color #DD7A02: hue angle of 32.88º 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 #DD7A02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.13 |
| HSL | 32.88º | 0.98% | 0.44% | - |
| HSV(B) | 32.88º | 0.99% | 0.87% | - |
| XYZ | 36.79 | 29.3 | 3.77 | - |
| YUV | 137.92 | 51.3 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 2 | 0 | 0.45 | 0.99 | 0.13 | 32.88 | 0.98 | 0.44 |
| Hex | DD | 7A | 2 | 0 | 2D | 63 | D | 21 | 62 | 2C |
| Octal | 335 | 172 | 2 | 0 | 55 | 143 | 15 | 41 | 142 | 54 |
| Binary | 11011101 | 1111010 | 10 | 0 | 101101 | 1100011 | 1101 | 100001 | 1100010 | 101100 |
Color Harmonies of #DD7A02
Complementary color
Monochromatic Colors of #DD7A02
Black with #DD7A02
Text Example
Text Example
White with #DD7A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A02; }
p { color: rgb(221,122,2); }
H1.HeaderClassName
{
color: #DD7A02;
}
.AnyTagClassName
{
color: #DD7A02;
}
</style>
background-color css
<style>
a { background-color: #DD7A02; }
a { background-color: rgb(221,122,2); }
div.DivClassName
{
background-color: #DD7A02;
}
.BgClassName
{
background-color: #DD7A02;
}
</style>
border-color css
<style>
span { border-color: #DD7A02; }
span { border-color: rgb(221,122,2); }
td.TdClassName
{
border-color: #DD7A02;
}
.TagClassName
{
border-color: #DD7A02;
}
</style>