Shades of Mango Tango #DA7A01
Tints of Mango Tango #DA7A01
RGB
CMYK
RGB Variations
Color information
#DA7A01 (or 0xDA7A01) is known color: Mango Tango. HEX triplet: DA, 7A and 01. RGB value is (218,122,1). Sum of RGB (Red+Green+Blue) = 218+122+1=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7A01 is #2585FE. Grayscale: #898989. Windows color (decimal): -2459135 or 96986. OLE color: 96986.
HSL color Cylindrical-coordinate representation of color #DA7A01: hue angle of 33.46º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA7A01 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.15 |
| HSL | 33.46º | 0.99% | 0.43% | - |
| HSV(B) | 33.46º | 1% | 0.85% | - |
| XYZ | 35.88 | 28.83 | 3.7 | - |
| YUV | 136.91 | 51.3 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 1 | 0 | 0.44 | 1.00 | 0.15 | 33.46 | 0.99 | 0.43 |
| Hex | DA | 7A | 1 | 0 | 2C | 64 | F | 21 | 63 | 2B |
| Octal | 332 | 172 | 1 | 0 | 54 | 144 | 17 | 41 | 143 | 53 |
| Binary | 11011010 | 1111010 | 1 | 0 | 101100 | 1100100 | 1111 | 100001 | 1100011 | 101011 |
Color Harmonies of #DA7A01
Complementary color
Monochromatic Colors of #DA7A01
Black with #DA7A01
Text Example
Text Example
White with #DA7A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A01; }
p { color: rgb(218,122,1); }
H1.HeaderClassName
{
color: #DA7A01;
}
.AnyTagClassName
{
color: #DA7A01;
}
</style>
background-color css
<style>
a { background-color: #DA7A01; }
a { background-color: rgb(218,122,1); }
div.DivClassName
{
background-color: #DA7A01;
}
.BgClassName
{
background-color: #DA7A01;
}
</style>
border-color css
<style>
span { border-color: #DA7A01; }
span { border-color: rgb(218,122,1); }
td.TdClassName
{
border-color: #DA7A01;
}
.TagClassName
{
border-color: #DA7A01;
}
</style>