Shades of Mango Tango #DD7C01
Tints of Mango Tango #DD7C01
RGB
CMYK
RGB Variations
Color information
#DD7C01 (or 0xDD7C01) is known color: Mango Tango. HEX triplet: DD, 7C and 01. RGB value is (221,124,1). Sum of RGB (Red+Green+Blue) = 221+124+1=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7C01 is #2283FE. Grayscale: #8B8B8B. Windows color (decimal): -2262015 or 97501. OLE color: 97501.
HSL color Cylindrical-coordinate representation of color #DD7C01: hue angle of 33.55º 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 #DD7C01 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.13 |
| HSL | 33.55º | 0.99% | 0.44% | - |
| HSV(B) | 33.55º | 1% | 0.87% | - |
| XYZ | 37.03 | 29.79 | 3.83 | - |
| YUV | 138.98 | 50.14 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 1 | 0 | 0.44 | 1.00 | 0.13 | 33.55 | 0.99 | 0.44 |
| Hex | DD | 7C | 1 | 0 | 2C | 64 | D | 22 | 63 | 2C |
| Octal | 335 | 174 | 1 | 0 | 54 | 144 | 15 | 42 | 143 | 54 |
| Binary | 11011101 | 1111100 | 1 | 0 | 101100 | 1100100 | 1101 | 100010 | 1100011 | 101100 |
Color Harmonies of #DD7C01
Complementary color
Monochromatic Colors of #DD7C01
Black with #DD7C01
Text Example
Text Example
White with #DD7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C01; }
p { color: rgb(221,124,1); }
H1.HeaderClassName
{
color: #DD7C01;
}
.AnyTagClassName
{
color: #DD7C01;
}
</style>
background-color css
<style>
a { background-color: #DD7C01; }
a { background-color: rgb(221,124,1); }
div.DivClassName
{
background-color: #DD7C01;
}
.BgClassName
{
background-color: #DD7C01;
}
</style>
border-color css
<style>
span { border-color: #DD7C01; }
span { border-color: rgb(221,124,1); }
td.TdClassName
{
border-color: #DD7C01;
}
.TagClassName
{
border-color: #DD7C01;
}
</style>