Shades of Mango Tango #DA8001
Tints of Mango Tango #DA8001
RGB
CMYK
RGB Variations
Color information
#DA8001 (or 0xDA8001) is known color: Mango Tango. HEX triplet: DA, 80 and 01. RGB value is (218,128,1). Sum of RGB (Red+Green+Blue) = 218+128+1=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8001 is #257FFE. Grayscale: #8D8D8D. Windows color (decimal): -2457599 or 98522. OLE color: 98522.
HSL color Cylindrical-coordinate representation of color #DA8001: hue angle of 35.12º 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 #DA8001 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.15 |
| HSL | 35.12º | 0.99% | 0.43% | - |
| HSV(B) | 35.12º | 1% | 0.85% | - |
| XYZ | 36.64 | 30.35 | 3.96 | - |
| YUV | 140.43 | 49.32 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 1 | 0 | 0.41 | 1.00 | 0.15 | 35.12 | 0.99 | 0.43 |
| Hex | DA | 80 | 1 | 0 | 29 | 64 | F | 23 | 63 | 2B |
| Octal | 332 | 200 | 1 | 0 | 51 | 144 | 17 | 43 | 143 | 53 |
| Binary | 11011010 | 10000000 | 1 | 0 | 101001 | 1100100 | 1111 | 100011 | 1100011 | 101011 |
Color Harmonies of #DA8001
Complementary color
Monochromatic Colors of #DA8001
Black with #DA8001
Text Example
Text Example
White with #DA8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8001; }
p { color: rgb(218,128,1); }
H1.HeaderClassName
{
color: #DA8001;
}
.AnyTagClassName
{
color: #DA8001;
}
</style>
background-color css
<style>
a { background-color: #DA8001; }
a { background-color: rgb(218,128,1); }
div.DivClassName
{
background-color: #DA8001;
}
.BgClassName
{
background-color: #DA8001;
}
</style>
border-color css
<style>
span { border-color: #DA8001; }
span { border-color: rgb(218,128,1); }
td.TdClassName
{
border-color: #DA8001;
}
.TagClassName
{
border-color: #DA8001;
}
</style>