Shades of Mango Tango #DD810E
Tints of Mango Tango #DD810E
RGB
CMYK
RGB Variations
Color information
#DD810E (or 0xDD810E) is known color: Mango Tango. HEX triplet: DD, 81 and 0E. RGB value is (221,129,14). Sum of RGB (Red+Green+Blue) = 221+129+14=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD810E is #227EF1. Grayscale: #8F8F8F. Windows color (decimal): -2260722 or 950749. OLE color: 950749.
HSL color Cylindrical-coordinate representation of color #DD810E: hue angle of 33.33º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD810E is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 14 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.13 |
| HSL | 33.33º | 0.88% | 0.46% | - |
| HSV(B) | 33.33º | 0.94% | 0.87% | - |
| XYZ | 37.75 | 31.1 | 4.43 | - |
| YUV | 143.4 | 54.98 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 14 | 0 | 0.42 | 0.94 | 0.13 | 33.33 | 0.88 | 0.46 |
| Hex | DD | 81 | E | 0 | 2A | 5E | D | 21 | 58 | 2E |
| Octal | 335 | 201 | 16 | 0 | 52 | 136 | 15 | 41 | 130 | 56 |
| Binary | 11011101 | 10000001 | 1110 | 0 | 101010 | 1011110 | 1101 | 100001 | 1011000 | 101110 |
Color Harmonies of #DD810E
Complementary color
Monochromatic Colors of #DD810E
Black with #DD810E
Text Example
Text Example
White with #DD810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD810E; }
p { color: rgb(221,129,14); }
H1.HeaderClassName
{
color: #DD810E;
}
.AnyTagClassName
{
color: #DD810E;
}
</style>
background-color css
<style>
a { background-color: #DD810E; }
a { background-color: rgb(221,129,14); }
div.DivClassName
{
background-color: #DD810E;
}
.BgClassName
{
background-color: #DD810E;
}
</style>
border-color css
<style>
span { border-color: #DD810E; }
span { border-color: rgb(221,129,14); }
td.TdClassName
{
border-color: #DD810E;
}
.TagClassName
{
border-color: #DD810E;
}
</style>