Shades of Mango Tango #DA7403
Tints of Mango Tango #DA7403
RGB
CMYK
RGB Variations
Color information
#DA7403 (or 0xDA7403) is known color: Mango Tango. HEX triplet: DA, 74 and 03. RGB value is (218,116,3). Sum of RGB (Red+Green+Blue) = 218+116+3=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7403 is #258BFC. Grayscale: #868686. Windows color (decimal): -2460669 or 226522. OLE color: 226522.
HSL color Cylindrical-coordinate representation of color #DA7403: hue angle of 31.53º degrees, saturation: 0.97, 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 #DA7403 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 3 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.15 |
| HSL | 31.53º | 0.97% | 0.43% | - |
| HSV(B) | 31.53º | 0.99% | 0.85% | - |
| XYZ | 35.18 | 27.4 | 3.52 | - |
| YUV | 133.62 | 54.29 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 3 | 0 | 0.47 | 0.99 | 0.15 | 31.53 | 0.97 | 0.43 |
| Hex | DA | 74 | 3 | 0 | 2F | 63 | F | 20 | 61 | 2B |
| Octal | 332 | 164 | 3 | 0 | 57 | 143 | 17 | 40 | 141 | 53 |
| Binary | 11011010 | 1110100 | 11 | 0 | 101111 | 1100011 | 1111 | 100000 | 1100001 | 101011 |
Color Harmonies of #DA7403
Complementary color
Monochromatic Colors of #DA7403
Black with #DA7403
Text Example
Text Example
White with #DA7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7403; }
p { color: rgb(218,116,3); }
H1.HeaderClassName
{
color: #DA7403;
}
.AnyTagClassName
{
color: #DA7403;
}
</style>
background-color css
<style>
a { background-color: #DA7403; }
a { background-color: rgb(218,116,3); }
div.DivClassName
{
background-color: #DA7403;
}
.BgClassName
{
background-color: #DA7403;
}
</style>
border-color css
<style>
span { border-color: #DA7403; }
span { border-color: rgb(218,116,3); }
td.TdClassName
{
border-color: #DA7403;
}
.TagClassName
{
border-color: #DA7403;
}
</style>