Shades of Mango Tango #DA7A03
Tints of Mango Tango #DA7A03
RGB
CMYK
RGB Variations
Color information
#DA7A03 (or 0xDA7A03) is known color: Mango Tango. HEX triplet: DA, 7A and 03. RGB value is (218,122,3). Sum of RGB (Red+Green+Blue) = 218+122+3=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7A03 is #2585FC. Grayscale: #898989. Windows color (decimal): -2459133 or 228058. OLE color: 228058.
HSL color Cylindrical-coordinate representation of color #DA7A03: hue angle of 33.21º 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 #DA7A03 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 3 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.15 |
| HSL | 33.21º | 0.97% | 0.43% | - |
| HSV(B) | 33.21º | 0.99% | 0.85% | - |
| XYZ | 35.89 | 28.83 | 3.76 | - |
| YUV | 137.14 | 52.3 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 3 | 0 | 0.44 | 0.99 | 0.15 | 33.21 | 0.97 | 0.43 |
| Hex | DA | 7A | 3 | 0 | 2C | 63 | F | 21 | 61 | 2B |
| Octal | 332 | 172 | 3 | 0 | 54 | 143 | 17 | 41 | 141 | 53 |
| Binary | 11011010 | 1111010 | 11 | 0 | 101100 | 1100011 | 1111 | 100001 | 1100001 | 101011 |
Color Harmonies of #DA7A03
Complementary color
Monochromatic Colors of #DA7A03
Black with #DA7A03
Text Example
Text Example
White with #DA7A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A03; }
p { color: rgb(218,122,3); }
H1.HeaderClassName
{
color: #DA7A03;
}
.AnyTagClassName
{
color: #DA7A03;
}
</style>
background-color css
<style>
a { background-color: #DA7A03; }
a { background-color: rgb(218,122,3); }
div.DivClassName
{
background-color: #DA7A03;
}
.BgClassName
{
background-color: #DA7A03;
}
</style>
border-color css
<style>
span { border-color: #DA7A03; }
span { border-color: rgb(218,122,3); }
td.TdClassName
{
border-color: #DA7A03;
}
.TagClassName
{
border-color: #DA7A03;
}
</style>