Shades of Mango Tango #DA800F
Tints of Mango Tango #DA800F
RGB
CMYK
RGB Variations
Color information
#DA800F (or 0xDA800F) is known color: Mango Tango. HEX triplet: DA, 80 and 0F. RGB value is (218,128,15). Sum of RGB (Red+Green+Blue) = 218+128+15=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA800F is #257FF0. Grayscale: #8E8E8E. Windows color (decimal): -2457585 or 1016026. OLE color: 1016026.
HSL color Cylindrical-coordinate representation of color #DA800F: hue angle of 33.4º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA800F is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 15 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.15 |
| HSL | 33.4º | 0.87% | 0.46% | - |
| HSV(B) | 33.4º | 0.93% | 0.85% | - |
| XYZ | 36.72 | 30.38 | 4.38 | - |
| YUV | 142.03 | 56.32 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 15 | 0 | 0.41 | 0.93 | 0.15 | 33.4 | 0.87 | 0.46 |
| Hex | DA | 80 | F | 0 | 29 | 5D | F | 21 | 57 | 2E |
| Octal | 332 | 200 | 17 | 0 | 51 | 135 | 17 | 41 | 127 | 56 |
| Binary | 11011010 | 10000000 | 1111 | 0 | 101001 | 1011101 | 1111 | 100001 | 1010111 | 101110 |
Color Harmonies of #DA800F
Complementary color
Monochromatic Colors of #DA800F
Black with #DA800F
Text Example
Text Example
White with #DA800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA800F; }
p { color: rgb(218,128,15); }
H1.HeaderClassName
{
color: #DA800F;
}
.AnyTagClassName
{
color: #DA800F;
}
</style>
background-color css
<style>
a { background-color: #DA800F; }
a { background-color: rgb(218,128,15); }
div.DivClassName
{
background-color: #DA800F;
}
.BgClassName
{
background-color: #DA800F;
}
</style>
border-color css
<style>
span { border-color: #DA800F; }
span { border-color: rgb(218,128,15); }
td.TdClassName
{
border-color: #DA800F;
}
.TagClassName
{
border-color: #DA800F;
}
</style>