Shades of Mango Tango #DD820F
Tints of Mango Tango #DD820F
RGB
CMYK
RGB Variations
Color information
#DD820F (or 0xDD820F) is known color: Mango Tango. HEX triplet: DD, 82 and 0F. RGB value is (221,130,15). Sum of RGB (Red+Green+Blue) = 221+130+15=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD820F is #227DF0. Grayscale: #909090. Windows color (decimal): -2260465 or 1016541. OLE color: 1016541.
HSL color Cylindrical-coordinate representation of color #DD820F: hue angle of 33.5º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD820F is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 15 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.13 |
| HSL | 33.5º | 0.87% | 0.46% | - |
| HSV(B) | 33.5º | 0.93% | 0.87% | - |
| XYZ | 37.89 | 31.37 | 4.51 | - |
| YUV | 144.1 | 55.15 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 15 | 0 | 0.41 | 0.93 | 0.13 | 33.5 | 0.87 | 0.46 |
| Hex | DD | 82 | F | 0 | 29 | 5D | D | 21 | 57 | 2E |
| Octal | 335 | 202 | 17 | 0 | 51 | 135 | 15 | 41 | 127 | 56 |
| Binary | 11011101 | 10000010 | 1111 | 0 | 101001 | 1011101 | 1101 | 100001 | 1010111 | 101110 |
Color Harmonies of #DD820F
Complementary color
Monochromatic Colors of #DD820F
Black with #DD820F
Text Example
Text Example
White with #DD820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD820F; }
p { color: rgb(221,130,15); }
H1.HeaderClassName
{
color: #DD820F;
}
.AnyTagClassName
{
color: #DD820F;
}
</style>
background-color css
<style>
a { background-color: #DD820F; }
a { background-color: rgb(221,130,15); }
div.DivClassName
{
background-color: #DD820F;
}
.BgClassName
{
background-color: #DD820F;
}
</style>
border-color css
<style>
span { border-color: #DD820F; }
span { border-color: rgb(221,130,15); }
td.TdClassName
{
border-color: #DD820F;
}
.TagClassName
{
border-color: #DD820F;
}
</style>