Shades of Mango Tango #DD7813
Tints of Mango Tango #DD7813
RGB
CMYK
RGB Variations
Color information
#DD7813 (or 0xDD7813) is known color: Mango Tango. HEX triplet: DD, 78 and 13. RGB value is (221,120,19). Sum of RGB (Red+Green+Blue) = 221+120+19=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7813 is #2287EC. Grayscale: #8B8B8B. Windows color (decimal): -2263021 or 1276125. OLE color: 1276125.
HSL color Cylindrical-coordinate representation of color #DD7813: hue angle of 30º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD7813 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 19 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.13 |
| HSL | 30º | 0.84% | 0.47% | - |
| HSV(B) | 30º | 0.91% | 0.87% | - |
| XYZ | 36.65 | 28.85 | 4.25 | - |
| YUV | 138.69 | 60.46 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 19 | 0 | 0.46 | 0.91 | 0.13 | 30 | 0.84 | 0.47 |
| Hex | DD | 78 | 13 | 0 | 2E | 5B | D | 1E | 54 | 2F |
| Octal | 335 | 170 | 23 | 0 | 56 | 133 | 15 | 36 | 124 | 57 |
| Binary | 11011101 | 1111000 | 10011 | 0 | 101110 | 1011011 | 1101 | 11110 | 1010100 | 101111 |
Color Harmonies of #DD7813
Complementary color
Monochromatic Colors of #DD7813
Black with #DD7813
Text Example
Text Example
White with #DD7813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7813; }
p { color: rgb(221,120,19); }
H1.HeaderClassName
{
color: #DD7813;
}
.AnyTagClassName
{
color: #DD7813;
}
</style>
background-color css
<style>
a { background-color: #DD7813; }
a { background-color: rgb(221,120,19); }
div.DivClassName
{
background-color: #DD7813;
}
.BgClassName
{
background-color: #DD7813;
}
</style>
border-color css
<style>
span { border-color: #DD7813; }
span { border-color: rgb(221,120,19); }
td.TdClassName
{
border-color: #DD7813;
}
.TagClassName
{
border-color: #DD7813;
}
</style>