Shades of Mango Tango #DD810F
Tints of Mango Tango #DD810F
RGB
CMYK
RGB Variations
Color information
#DD810F (or 0xDD810F) is known color: Mango Tango. HEX triplet: DD, 81 and 0F. RGB value is (221,129,15). Sum of RGB (Red+Green+Blue) = 221+129+15=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD810F is #227EF0. Grayscale: #909090. Windows color (decimal): -2260721 or 1016285. OLE color: 1016285.
HSL color Cylindrical-coordinate representation of color #DD810F: hue angle of 33.2º 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 #DD810F is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 15 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.13 |
| HSL | 33.2º | 0.87% | 0.46% | - |
| HSV(B) | 33.2º | 0.93% | 0.87% | - |
| XYZ | 37.76 | 31.11 | 4.47 | - |
| YUV | 143.51 | 55.48 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 15 | 0 | 0.42 | 0.93 | 0.13 | 33.2 | 0.87 | 0.46 |
| Hex | DD | 81 | F | 0 | 2A | 5D | D | 21 | 57 | 2E |
| Octal | 335 | 201 | 17 | 0 | 52 | 135 | 15 | 41 | 127 | 56 |
| Binary | 11011101 | 10000001 | 1111 | 0 | 101010 | 1011101 | 1101 | 100001 | 1010111 | 101110 |
Color Harmonies of #DD810F
Complementary color
Monochromatic Colors of #DD810F
Black with #DD810F
Text Example
Text Example
White with #DD810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD810F; }
p { color: rgb(221,129,15); }
H1.HeaderClassName
{
color: #DD810F;
}
.AnyTagClassName
{
color: #DD810F;
}
</style>
background-color css
<style>
a { background-color: #DD810F; }
a { background-color: rgb(221,129,15); }
div.DivClassName
{
background-color: #DD810F;
}
.BgClassName
{
background-color: #DD810F;
}
</style>
border-color css
<style>
span { border-color: #DD810F; }
span { border-color: rgb(221,129,15); }
td.TdClassName
{
border-color: #DD810F;
}
.TagClassName
{
border-color: #DD810F;
}
</style>