Shades of Mango Tango #DD7812
Tints of Mango Tango #DD7812
RGB
CMYK
RGB Variations
Color information
#DD7812 (or 0xDD7812) is known color: Mango Tango. HEX triplet: DD, 78 and 12. RGB value is (221,120,18). Sum of RGB (Red+Green+Blue) = 221+120+18=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7812 is #2287ED. Grayscale: #8B8B8B. Windows color (decimal): -2263022 or 1210589. OLE color: 1210589.
HSL color Cylindrical-coordinate representation of color #DD7812: hue angle of 30.15º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD7812 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.13 |
| HSL | 30.15º | 0.85% | 0.47% | - |
| HSV(B) | 30.15º | 0.92% | 0.87% | - |
| XYZ | 36.64 | 28.85 | 4.21 | - |
| YUV | 138.57 | 59.96 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 18 | 0 | 0.46 | 0.92 | 0.13 | 30.15 | 0.85 | 0.47 |
| Hex | DD | 78 | 12 | 0 | 2E | 5C | D | 1E | 55 | 2F |
| Octal | 335 | 170 | 22 | 0 | 56 | 134 | 15 | 36 | 125 | 57 |
| Binary | 11011101 | 1111000 | 10010 | 0 | 101110 | 1011100 | 1101 | 11110 | 1010101 | 101111 |
Color Harmonies of #DD7812
Complementary color
Monochromatic Colors of #DD7812
Black with #DD7812
Text Example
Text Example
White with #DD7812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7812; }
p { color: rgb(221,120,18); }
H1.HeaderClassName
{
color: #DD7812;
}
.AnyTagClassName
{
color: #DD7812;
}
</style>
background-color css
<style>
a { background-color: #DD7812; }
a { background-color: rgb(221,120,18); }
div.DivClassName
{
background-color: #DD7812;
}
.BgClassName
{
background-color: #DD7812;
}
</style>
border-color css
<style>
span { border-color: #DD7812; }
span { border-color: rgb(221,120,18); }
td.TdClassName
{
border-color: #DD7812;
}
.TagClassName
{
border-color: #DD7812;
}
</style>