Shades of Mango Tango #DA6E07
Tints of Mango Tango #DA6E07
RGB
CMYK
RGB Variations
Color information
#DA6E07 (or 0xDA6E07) is known color: Mango Tango. HEX triplet: DA, 6E and 07. RGB value is (218,110,7). Sum of RGB (Red+Green+Blue) = 218+110+7=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6E07 is #2591F8. Grayscale: #838383. Windows color (decimal): -2462201 or 487130. OLE color: 487130.
HSL color Cylindrical-coordinate representation of color #DA6E07: hue angle of 29.29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA6E07 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 7 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.15 |
| HSL | 29.29º | 0.94% | 0.44% | - |
| HSV(B) | 29.29º | 0.97% | 0.85% | - |
| XYZ | 34.53 | 26.07 | 3.41 | - |
| YUV | 130.55 | 58.28 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 7 | 0 | 0.50 | 0.97 | 0.15 | 29.29 | 0.94 | 0.44 |
| Hex | DA | 6E | 7 | 0 | 32 | 61 | F | 1D | 5E | 2C |
| Octal | 332 | 156 | 7 | 0 | 62 | 141 | 17 | 35 | 136 | 54 |
| Binary | 11011010 | 1101110 | 111 | 0 | 110010 | 1100001 | 1111 | 11101 | 1011110 | 101100 |
Color Harmonies of #DA6E07
Complementary color
Monochromatic Colors of #DA6E07
Black with #DA6E07
Text Example
Text Example
White with #DA6E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E07; }
p { color: rgb(218,110,7); }
H1.HeaderClassName
{
color: #DA6E07;
}
.AnyTagClassName
{
color: #DA6E07;
}
</style>
background-color css
<style>
a { background-color: #DA6E07; }
a { background-color: rgb(218,110,7); }
div.DivClassName
{
background-color: #DA6E07;
}
.BgClassName
{
background-color: #DA6E07;
}
</style>
border-color css
<style>
span { border-color: #DA6E07; }
span { border-color: rgb(218,110,7); }
td.TdClassName
{
border-color: #DA6E07;
}
.TagClassName
{
border-color: #DA6E07;
}
</style>