Shades of Mango Tango #DA7303
Tints of Mango Tango #DA7303
RGB
CMYK
RGB Variations
Color information
#DA7303 (or 0xDA7303) is known color: Mango Tango. HEX triplet: DA, 73 and 03. RGB value is (218,115,3). Sum of RGB (Red+Green+Blue) = 218+115+3=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7303 is #258CFC. Grayscale: #858585. Windows color (decimal): -2460925 or 226266. OLE color: 226266.
HSL color Cylindrical-coordinate representation of color #DA7303: hue angle of 31.26º 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 #DA7303 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 3 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.15 |
| HSL | 31.26º | 0.97% | 0.43% | - |
| HSV(B) | 31.26º | 0.99% | 0.85% | - |
| XYZ | 35.06 | 27.17 | 3.48 | - |
| YUV | 133.03 | 54.62 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 3 | 0 | 0.47 | 0.99 | 0.15 | 31.26 | 0.97 | 0.43 |
| Hex | DA | 73 | 3 | 0 | 2F | 63 | F | 1F | 61 | 2B |
| Octal | 332 | 163 | 3 | 0 | 57 | 143 | 17 | 37 | 141 | 53 |
| Binary | 11011010 | 1110011 | 11 | 0 | 101111 | 1100011 | 1111 | 11111 | 1100001 | 101011 |
Color Harmonies of #DA7303
Complementary color
Monochromatic Colors of #DA7303
Black with #DA7303
Text Example
Text Example
White with #DA7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7303; }
p { color: rgb(218,115,3); }
H1.HeaderClassName
{
color: #DA7303;
}
.AnyTagClassName
{
color: #DA7303;
}
</style>
background-color css
<style>
a { background-color: #DA7303; }
a { background-color: rgb(218,115,3); }
div.DivClassName
{
background-color: #DA7303;
}
.BgClassName
{
background-color: #DA7303;
}
</style>
border-color css
<style>
span { border-color: #DA7303; }
span { border-color: rgb(218,115,3); }
td.TdClassName
{
border-color: #DA7303;
}
.TagClassName
{
border-color: #DA7303;
}
</style>