Shades of Mango Tango #DA770C
Tints of Mango Tango #DA770C
RGB
CMYK
RGB Variations
Color information
#DA770C (or 0xDA770C) is known color: Mango Tango. HEX triplet: DA, 77 and 0C. RGB value is (218,119,12). Sum of RGB (Red+Green+Blue) = 218+119+12=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA770C is #2588F3. Grayscale: #888888. Windows color (decimal): -2459892 or 817114. OLE color: 817114.
HSL color Cylindrical-coordinate representation of color #DA770C: hue angle of 31.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA770C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.15 |
| HSL | 31.17º | 0.9% | 0.45% | - |
| HSV(B) | 31.17º | 0.94% | 0.85% | - |
| XYZ | 35.58 | 28.13 | 3.9 | - |
| YUV | 136.4 | 57.8 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 12 | 0 | 0.45 | 0.94 | 0.15 | 31.17 | 0.9 | 0.45 |
| Hex | DA | 77 | C | 0 | 2D | 5E | F | 1F | 5A | 2D |
| Octal | 332 | 167 | 14 | 0 | 55 | 136 | 17 | 37 | 132 | 55 |
| Binary | 11011010 | 1110111 | 1100 | 0 | 101101 | 1011110 | 1111 | 11111 | 1011010 | 101101 |
Color Harmonies of #DA770C
Complementary color
Monochromatic Colors of #DA770C
Black with #DA770C
Text Example
Text Example
White with #DA770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA770C; }
p { color: rgb(218,119,12); }
H1.HeaderClassName
{
color: #DA770C;
}
.AnyTagClassName
{
color: #DA770C;
}
</style>
background-color css
<style>
a { background-color: #DA770C; }
a { background-color: rgb(218,119,12); }
div.DivClassName
{
background-color: #DA770C;
}
.BgClassName
{
background-color: #DA770C;
}
</style>
border-color css
<style>
span { border-color: #DA770C; }
span { border-color: rgb(218,119,12); }
td.TdClassName
{
border-color: #DA770C;
}
.TagClassName
{
border-color: #DA770C;
}
</style>