Shades of Mango Tango #DD7A01
Tints of Mango Tango #DD7A01
RGB
CMYK
RGB Variations
Color information
#DD7A01 (or 0xDD7A01) is known color: Mango Tango. HEX triplet: DD, 7A and 01. RGB value is (221,122,1). Sum of RGB (Red+Green+Blue) = 221+122+1=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7A01 is #2285FE. Grayscale: #8A8A8A. Windows color (decimal): -2262527 or 96989. OLE color: 96989.
HSL color Cylindrical-coordinate representation of color #DD7A01: hue angle of 33º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD7A01 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.13 |
| HSL | 33º | 0.99% | 0.44% | - |
| HSV(B) | 33º | 1% | 0.87% | - |
| XYZ | 36.78 | 29.29 | 3.74 | - |
| YUV | 137.81 | 50.8 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 1 | 0 | 0.45 | 1.00 | 0.13 | 33 | 0.99 | 0.44 |
| Hex | DD | 7A | 1 | 0 | 2D | 64 | D | 21 | 63 | 2C |
| Octal | 335 | 172 | 1 | 0 | 55 | 144 | 15 | 41 | 143 | 54 |
| Binary | 11011101 | 1111010 | 1 | 0 | 101101 | 1100100 | 1101 | 100001 | 1100011 | 101100 |
Color Harmonies of #DD7A01
Complementary color
Monochromatic Colors of #DD7A01
Black with #DD7A01
Text Example
Text Example
White with #DD7A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A01; }
p { color: rgb(221,122,1); }
H1.HeaderClassName
{
color: #DD7A01;
}
.AnyTagClassName
{
color: #DD7A01;
}
</style>
background-color css
<style>
a { background-color: #DD7A01; }
a { background-color: rgb(221,122,1); }
div.DivClassName
{
background-color: #DD7A01;
}
.BgClassName
{
background-color: #DD7A01;
}
</style>
border-color css
<style>
span { border-color: #DD7A01; }
span { border-color: rgb(221,122,1); }
td.TdClassName
{
border-color: #DD7A01;
}
.TagClassName
{
border-color: #DD7A01;
}
</style>