Shades of Mango Tango #DA8100
Tints of Mango Tango #DA8100
RGB
CMYK
RGB Variations
Color information
#DA8100 (or 0xDA8100) is known color: Mango Tango. HEX triplet: DA, 81 and 00. RGB value is (218,129,0). Sum of RGB (Red+Green+Blue) = 218+129+0=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8100 is #257EFF. Grayscale: #8D8D8D. Windows color (decimal): -2457344 or 33242. OLE color: 33242.
HSL color Cylindrical-coordinate representation of color #DA8100: hue angle of 35.5º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA8100 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.15 |
| HSL | 35.5º | 1% | 0.43% | - |
| HSV(B) | 35.5º | 1% | 0.85% | - |
| XYZ | 36.76 | 30.61 | 3.97 | - |
| YUV | 140.91 | 48.49 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 0 | 0 | 0.41 | 1 | 0.15 | 35.5 | 1 | 0.43 |
| Hex | DA | 81 | 0 | 0 | 29 | 64 | F | 24 | 64 | 2B |
| Octal | 332 | 201 | 0 | 0 | 51 | 144 | 17 | 44 | 144 | 53 |
| Binary | 11011010 | 10000001 | 0 | 0 | 101001 | 1100100 | 1111 | 100100 | 1100100 | 101011 |
Color Harmonies of #DA8100
Complementary color
Monochromatic Colors of #DA8100
Black with #DA8100
Text Example
Text Example
White with #DA8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8100; }
p { color: rgb(218,129,0); }
H1.HeaderClassName
{
color: #DA8100;
}
.AnyTagClassName
{
color: #DA8100;
}
</style>
background-color css
<style>
a { background-color: #DA8100; }
a { background-color: rgb(218,129,0); }
div.DivClassName
{
background-color: #DA8100;
}
.BgClassName
{
background-color: #DA8100;
}
</style>
border-color css
<style>
span { border-color: #DA8100; }
span { border-color: rgb(218,129,0); }
td.TdClassName
{
border-color: #DA8100;
}
.TagClassName
{
border-color: #DA8100;
}
</style>