Shades of Mango Tango #DA6605
Tints of Mango Tango #DA6605
RGB
CMYK
RGB Variations
Color information
#DA6605 (or 0xDA6605) is known color: Mango Tango. HEX triplet: DA, 66 and 05. RGB value is (218,102,5). Sum of RGB (Red+Green+Blue) = 218+102+5=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6605 is #2599FA. Grayscale: #7E7E7E. Windows color (decimal): -2464251 or 354010. OLE color: 354010.
HSL color Cylindrical-coordinate representation of color #DA6605: hue angle of 27.32º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA6605 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.15 |
| HSL | 27.32º | 0.96% | 0.44% | - |
| HSV(B) | 27.32º | 0.98% | 0.85% | - |
| XYZ | 33.69 | 24.42 | 3.08 | - |
| YUV | 125.63 | 59.93 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 5 | 0 | 0.53 | 0.98 | 0.15 | 27.32 | 0.96 | 0.44 |
| Hex | DA | 66 | 5 | 0 | 35 | 62 | F | 1B | 60 | 2C |
| Octal | 332 | 146 | 5 | 0 | 65 | 142 | 17 | 33 | 140 | 54 |
| Binary | 11011010 | 1100110 | 101 | 0 | 110101 | 1100010 | 1111 | 11011 | 1100000 | 101100 |
Color Harmonies of #DA6605
Complementary color
Monochromatic Colors of #DA6605
Black with #DA6605
Text Example
Text Example
White with #DA6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6605; }
p { color: rgb(218,102,5); }
H1.HeaderClassName
{
color: #DA6605;
}
.AnyTagClassName
{
color: #DA6605;
}
</style>
background-color css
<style>
a { background-color: #DA6605; }
a { background-color: rgb(218,102,5); }
div.DivClassName
{
background-color: #DA6605;
}
.BgClassName
{
background-color: #DA6605;
}
</style>
border-color css
<style>
span { border-color: #DA6605; }
span { border-color: rgb(218,102,5); }
td.TdClassName
{
border-color: #DA6605;
}
.TagClassName
{
border-color: #DA6605;
}
</style>