Shades of Mango Tango #DA790C
Tints of Mango Tango #DA790C
RGB
CMYK
RGB Variations
Color information
#DA790C (or 0xDA790C) is known color: Mango Tango. HEX triplet: DA, 79 and 0C. RGB value is (218,121,12). Sum of RGB (Red+Green+Blue) = 218+121+12=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA790C is #2586F3. Grayscale: #8A8A8A. Windows color (decimal): -2459380 or 817626. OLE color: 817626.
HSL color Cylindrical-coordinate representation of color #DA790C: hue angle of 31.75º 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 #DA790C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 12 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.15 |
| HSL | 31.75º | 0.9% | 0.45% | - |
| HSV(B) | 31.75º | 0.94% | 0.85% | - |
| XYZ | 35.82 | 28.61 | 3.98 | - |
| YUV | 137.58 | 57.14 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 12 | 0 | 0.44 | 0.94 | 0.15 | 31.75 | 0.9 | 0.45 |
| Hex | DA | 79 | C | 0 | 2C | 5E | F | 20 | 5A | 2D |
| Octal | 332 | 171 | 14 | 0 | 54 | 136 | 17 | 40 | 132 | 55 |
| Binary | 11011010 | 1111001 | 1100 | 0 | 101100 | 1011110 | 1111 | 100000 | 1011010 | 101101 |
Color Harmonies of #DA790C
Complementary color
Monochromatic Colors of #DA790C
Black with #DA790C
Text Example
Text Example
White with #DA790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA790C; }
p { color: rgb(218,121,12); }
H1.HeaderClassName
{
color: #DA790C;
}
.AnyTagClassName
{
color: #DA790C;
}
</style>
background-color css
<style>
a { background-color: #DA790C; }
a { background-color: rgb(218,121,12); }
div.DivClassName
{
background-color: #DA790C;
}
.BgClassName
{
background-color: #DA790C;
}
</style>
border-color css
<style>
span { border-color: #DA790C; }
span { border-color: rgb(218,121,12); }
td.TdClassName
{
border-color: #DA790C;
}
.TagClassName
{
border-color: #DA790C;
}
</style>