Shades of Mango Tango #DA7D0A
Tints of Mango Tango #DA7D0A
RGB
CMYK
RGB Variations
Color information
#DA7D0A (or 0xDA7D0A) is known color: Mango Tango. HEX triplet: DA, 7D and 0A. RGB value is (218,125,10). Sum of RGB (Red+Green+Blue) = 218+125+10=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7D0A is #2582F5. Grayscale: #8C8C8C. Windows color (decimal): -2458358 or 687578. OLE color: 687578.
HSL color Cylindrical-coordinate representation of color #DA7D0A: hue angle of 33.17º degrees, saturation: 0.91, 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 #DA7D0A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.15 |
| HSL | 33.17º | 0.91% | 0.45% | - |
| HSV(B) | 33.17º | 0.95% | 0.85% | - |
| XYZ | 36.3 | 29.59 | 4.09 | - |
| YUV | 139.7 | 54.81 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 10 | 0 | 0.43 | 0.95 | 0.15 | 33.17 | 0.91 | 0.45 |
| Hex | DA | 7D | A | 0 | 2B | 5F | F | 21 | 5B | 2D |
| Octal | 332 | 175 | 12 | 0 | 53 | 137 | 17 | 41 | 133 | 55 |
| Binary | 11011010 | 1111101 | 1010 | 0 | 101011 | 1011111 | 1111 | 100001 | 1011011 | 101101 |
Color Harmonies of #DA7D0A
Complementary color
Monochromatic Colors of #DA7D0A
Black with #DA7D0A
Text Example
Text Example
White with #DA7D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D0A; }
p { color: rgb(218,125,10); }
H1.HeaderClassName
{
color: #DA7D0A;
}
.AnyTagClassName
{
color: #DA7D0A;
}
</style>
background-color css
<style>
a { background-color: #DA7D0A; }
a { background-color: rgb(218,125,10); }
div.DivClassName
{
background-color: #DA7D0A;
}
.BgClassName
{
background-color: #DA7D0A;
}
</style>
border-color css
<style>
span { border-color: #DA7D0A; }
span { border-color: rgb(218,125,10); }
td.TdClassName
{
border-color: #DA7D0A;
}
.TagClassName
{
border-color: #DA7D0A;
}
</style>