Shades of Mango Tango #DA770F
Tints of Mango Tango #DA770F
RGB
CMYK
RGB Variations
Color information
#DA770F (or 0xDA770F) is known color: Mango Tango. HEX triplet: DA, 77 and 0F. RGB value is (218,119,15). Sum of RGB (Red+Green+Blue) = 218+119+15=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA770F is #2588F0. Grayscale: #898989. Windows color (decimal): -2459889 or 1013722. OLE color: 1013722.
HSL color Cylindrical-coordinate representation of color #DA770F: hue angle of 30.74º 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 #DA770F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.15 |
| HSL | 30.74º | 0.87% | 0.46% | - |
| HSV(B) | 30.74º | 0.93% | 0.85% | - |
| XYZ | 35.6 | 28.13 | 4.01 | - |
| YUV | 136.75 | 59.3 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 15 | 0 | 0.45 | 0.93 | 0.15 | 30.74 | 0.87 | 0.46 |
| Hex | DA | 77 | F | 0 | 2D | 5D | F | 1F | 57 | 2E |
| Octal | 332 | 167 | 17 | 0 | 55 | 135 | 17 | 37 | 127 | 56 |
| Binary | 11011010 | 1110111 | 1111 | 0 | 101101 | 1011101 | 1111 | 11111 | 1010111 | 101110 |
Color Harmonies of #DA770F
Complementary color
Monochromatic Colors of #DA770F
Black with #DA770F
Text Example
Text Example
White with #DA770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA770F; }
p { color: rgb(218,119,15); }
H1.HeaderClassName
{
color: #DA770F;
}
.AnyTagClassName
{
color: #DA770F;
}
</style>
background-color css
<style>
a { background-color: #DA770F; }
a { background-color: rgb(218,119,15); }
div.DivClassName
{
background-color: #DA770F;
}
.BgClassName
{
background-color: #DA770F;
}
</style>
border-color css
<style>
span { border-color: #DA770F; }
span { border-color: rgb(218,119,15); }
td.TdClassName
{
border-color: #DA770F;
}
.TagClassName
{
border-color: #DA770F;
}
</style>