Shades of Mango Tango #DD820E
Tints of Mango Tango #DD820E
RGB
CMYK
RGB Variations
Color information
#DD820E (or 0xDD820E) is known color: Mango Tango. HEX triplet: DD, 82 and 0E. RGB value is (221,130,14). Sum of RGB (Red+Green+Blue) = 221+130+14=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD820E is #227DF1. Grayscale: #909090. Windows color (decimal): -2260466 or 951005. OLE color: 951005.
HSL color Cylindrical-coordinate representation of color #DD820E: hue angle of 33.62º 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 #DD820E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.13 |
| HSL | 33.62º | 0.88% | 0.46% | - |
| HSV(B) | 33.62º | 0.94% | 0.87% | - |
| XYZ | 37.88 | 31.37 | 4.47 | - |
| YUV | 143.99 | 54.65 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 14 | 0 | 0.41 | 0.94 | 0.13 | 33.62 | 0.88 | 0.46 |
| Hex | DD | 82 | E | 0 | 29 | 5E | D | 22 | 58 | 2E |
| Octal | 335 | 202 | 16 | 0 | 51 | 136 | 15 | 42 | 130 | 56 |
| Binary | 11011101 | 10000010 | 1110 | 0 | 101001 | 1011110 | 1101 | 100010 | 1011000 | 101110 |
Color Harmonies of #DD820E
Complementary color
Monochromatic Colors of #DD820E
Black with #DD820E
Text Example
Text Example
White with #DD820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD820E; }
p { color: rgb(221,130,14); }
H1.HeaderClassName
{
color: #DD820E;
}
.AnyTagClassName
{
color: #DD820E;
}
</style>
background-color css
<style>
a { background-color: #DD820E; }
a { background-color: rgb(221,130,14); }
div.DivClassName
{
background-color: #DD820E;
}
.BgClassName
{
background-color: #DD820E;
}
</style>
border-color css
<style>
span { border-color: #DD820E; }
span { border-color: rgb(221,130,14); }
td.TdClassName
{
border-color: #DD820E;
}
.TagClassName
{
border-color: #DD820E;
}
</style>