Shades of Mango Tango #DA6802
Tints of Mango Tango #DA6802
RGB
CMYK
RGB Variations
Color information
#DA6802 (or 0xDA6802) is known color: Mango Tango. HEX triplet: DA, 68 and 02. RGB value is (218,104,2). Sum of RGB (Red+Green+Blue) = 218+104+2=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6802 is #2597FD. Grayscale: #7E7E7E. Windows color (decimal): -2463742 or 157914. OLE color: 157914.
HSL color Cylindrical-coordinate representation of color #DA6802: hue angle of 28.33º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA6802 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.15 |
| HSL | 28.33º | 0.98% | 0.43% | - |
| HSV(B) | 28.33º | 0.99% | 0.85% | - |
| XYZ | 33.87 | 24.81 | 3.06 | - |
| YUV | 126.46 | 57.77 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 2 | 0 | 0.52 | 0.99 | 0.15 | 28.33 | 0.98 | 0.43 |
| Hex | DA | 68 | 2 | 0 | 34 | 63 | F | 1C | 62 | 2B |
| Octal | 332 | 150 | 2 | 0 | 64 | 143 | 17 | 34 | 142 | 53 |
| Binary | 11011010 | 1101000 | 10 | 0 | 110100 | 1100011 | 1111 | 11100 | 1100010 | 101011 |
Color Harmonies of #DA6802
Complementary color
Monochromatic Colors of #DA6802
Black with #DA6802
Text Example
Text Example
White with #DA6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6802; }
p { color: rgb(218,104,2); }
H1.HeaderClassName
{
color: #DA6802;
}
.AnyTagClassName
{
color: #DA6802;
}
</style>
background-color css
<style>
a { background-color: #DA6802; }
a { background-color: rgb(218,104,2); }
div.DivClassName
{
background-color: #DA6802;
}
.BgClassName
{
background-color: #DA6802;
}
</style>
border-color css
<style>
span { border-color: #DA6802; }
span { border-color: rgb(218,104,2); }
td.TdClassName
{
border-color: #DA6802;
}
.TagClassName
{
border-color: #DA6802;
}
</style>