Shades of Mango Tango #DA8408
Tints of Mango Tango #DA8408
RGB
CMYK
RGB Variations
Color information
#DA8408 (or 0xDA8408) is known color: Mango Tango. HEX triplet: DA, 84 and 08. RGB value is (218,132,8). Sum of RGB (Red+Green+Blue) = 218+132+8=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8408 is #257BF7. Grayscale: #909090. Windows color (decimal): -2456568 or 558298. OLE color: 558298.
HSL color Cylindrical-coordinate representation of color #DA8408: hue angle of 35.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA8408 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.15 |
| HSL | 35.43º | 0.93% | 0.44% | - |
| HSV(B) | 35.43º | 0.96% | 0.85% | - |
| XYZ | 37.21 | 31.43 | 4.33 | - |
| YUV | 143.58 | 51.49 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 8 | 0 | 0.39 | 0.96 | 0.15 | 35.43 | 0.93 | 0.44 |
| Hex | DA | 84 | 8 | 0 | 27 | 60 | F | 23 | 5D | 2C |
| Octal | 332 | 204 | 10 | 0 | 47 | 140 | 17 | 43 | 135 | 54 |
| Binary | 11011010 | 10000100 | 1000 | 0 | 100111 | 1100000 | 1111 | 100011 | 1011101 | 101100 |
Color Harmonies of #DA8408
Complementary color
Monochromatic Colors of #DA8408
Black with #DA8408
Text Example
Text Example
White with #DA8408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8408; }
p { color: rgb(218,132,8); }
H1.HeaderClassName
{
color: #DA8408;
}
.AnyTagClassName
{
color: #DA8408;
}
</style>
background-color css
<style>
a { background-color: #DA8408; }
a { background-color: rgb(218,132,8); }
div.DivClassName
{
background-color: #DA8408;
}
.BgClassName
{
background-color: #DA8408;
}
</style>
border-color css
<style>
span { border-color: #DA8408; }
span { border-color: rgb(218,132,8); }
td.TdClassName
{
border-color: #DA8408;
}
.TagClassName
{
border-color: #DA8408;
}
</style>