Shades of Mango Tango #DD7301
Tints of Mango Tango #DD7301
RGB
CMYK
RGB Variations
Color information
#DD7301 (or 0xDD7301) is known color: Mango Tango. HEX triplet: DD, 73 and 01. RGB value is (221,115,1). Sum of RGB (Red+Green+Blue) = 221+115+1=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7301 is #228CFE. Grayscale: #868686. Windows color (decimal): -2264319 or 95197. OLE color: 95197.
HSL color Cylindrical-coordinate representation of color #DD7301: hue angle of 31.09º 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 #DD7301 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.13 |
| HSL | 31.09º | 0.99% | 0.44% | - |
| HSV(B) | 31.09º | 1% | 0.87% | - |
| XYZ | 35.96 | 27.64 | 3.47 | - |
| YUV | 133.7 | 53.12 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 1 | 0 | 0.48 | 1.00 | 0.13 | 31.09 | 0.99 | 0.44 |
| Hex | DD | 73 | 1 | 0 | 30 | 64 | D | 1F | 63 | 2C |
| Octal | 335 | 163 | 1 | 0 | 60 | 144 | 15 | 37 | 143 | 54 |
| Binary | 11011101 | 1110011 | 1 | 0 | 110000 | 1100100 | 1101 | 11111 | 1100011 | 101100 |
Color Harmonies of #DD7301
Complementary color
Monochromatic Colors of #DD7301
Black with #DD7301
Text Example
Text Example
White with #DD7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7301; }
p { color: rgb(221,115,1); }
H1.HeaderClassName
{
color: #DD7301;
}
.AnyTagClassName
{
color: #DD7301;
}
</style>
background-color css
<style>
a { background-color: #DD7301; }
a { background-color: rgb(221,115,1); }
div.DivClassName
{
background-color: #DD7301;
}
.BgClassName
{
background-color: #DD7301;
}
</style>
border-color css
<style>
span { border-color: #DD7301; }
span { border-color: rgb(221,115,1); }
td.TdClassName
{
border-color: #DD7301;
}
.TagClassName
{
border-color: #DD7301;
}
</style>