Shades of Mango Tango #DA7100
Tints of Mango Tango #DA7100
RGB
CMYK
RGB Variations
Color information
#DA7100 (or 0xDA7100) is known color: Mango Tango. HEX triplet: DA, 71 and 00. RGB value is (218,113,0). Sum of RGB (Red+Green+Blue) = 218+113+0=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7100 is #258EFF. Grayscale: #848484. Windows color (decimal): -2461440 or 29146. OLE color: 29146.
HSL color Cylindrical-coordinate representation of color #DA7100: hue angle of 31.1º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA7100 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.15 |
| HSL | 31.1º | 1% | 0.43% | - |
| HSV(B) | 31.1º | 1% | 0.85% | - |
| XYZ | 34.82 | 26.72 | 3.32 | - |
| YUV | 131.51 | 53.79 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 0 | 0 | 0.48 | 1 | 0.15 | 31.1 | 1 | 0.43 |
| Hex | DA | 71 | 0 | 0 | 30 | 64 | F | 1F | 64 | 2B |
| Octal | 332 | 161 | 0 | 0 | 60 | 144 | 17 | 37 | 144 | 53 |
| Binary | 11011010 | 1110001 | 0 | 0 | 110000 | 1100100 | 1111 | 11111 | 1100100 | 101011 |
Color Harmonies of #DA7100
Complementary color
Monochromatic Colors of #DA7100
Black with #DA7100
Text Example
Text Example
White with #DA7100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7100; }
p { color: rgb(218,113,0); }
H1.HeaderClassName
{
color: #DA7100;
}
.AnyTagClassName
{
color: #DA7100;
}
</style>
background-color css
<style>
a { background-color: #DA7100; }
a { background-color: rgb(218,113,0); }
div.DivClassName
{
background-color: #DA7100;
}
.BgClassName
{
background-color: #DA7100;
}
</style>
border-color css
<style>
span { border-color: #DA7100; }
span { border-color: rgb(218,113,0); }
td.TdClassName
{
border-color: #DA7100;
}
.TagClassName
{
border-color: #DA7100;
}
</style>