Shades of Mango Tango #DA810B
Tints of Mango Tango #DA810B
RGB
CMYK
RGB Variations
Color information
#DA810B (or 0xDA810B) is known color: Mango Tango. HEX triplet: DA, 81 and 0B. RGB value is (218,129,11). Sum of RGB (Red+Green+Blue) = 218+129+11=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA810B is #257EF4. Grayscale: #8E8E8E. Windows color (decimal): -2457333 or 754138. OLE color: 754138.
HSL color Cylindrical-coordinate representation of color #DA810B: hue angle of 34.2º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA810B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.15 |
| HSL | 34.2º | 0.9% | 0.45% | - |
| HSV(B) | 34.2º | 0.95% | 0.85% | - |
| XYZ | 36.82 | 30.63 | 4.29 | - |
| YUV | 142.16 | 53.99 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 11 | 0 | 0.41 | 0.95 | 0.15 | 34.2 | 0.9 | 0.45 |
| Hex | DA | 81 | B | 0 | 29 | 5F | F | 22 | 5A | 2D |
| Octal | 332 | 201 | 13 | 0 | 51 | 137 | 17 | 42 | 132 | 55 |
| Binary | 11011010 | 10000001 | 1011 | 0 | 101001 | 1011111 | 1111 | 100010 | 1011010 | 101101 |
Color Harmonies of #DA810B
Complementary color
Monochromatic Colors of #DA810B
Black with #DA810B
Text Example
Text Example
White with #DA810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA810B; }
p { color: rgb(218,129,11); }
H1.HeaderClassName
{
color: #DA810B;
}
.AnyTagClassName
{
color: #DA810B;
}
</style>
background-color css
<style>
a { background-color: #DA810B; }
a { background-color: rgb(218,129,11); }
div.DivClassName
{
background-color: #DA810B;
}
.BgClassName
{
background-color: #DA810B;
}
</style>
border-color css
<style>
span { border-color: #DA810B; }
span { border-color: rgb(218,129,11); }
td.TdClassName
{
border-color: #DA810B;
}
.TagClassName
{
border-color: #DA810B;
}
</style>