Shades of Mango Tango #DA7C06
Tints of Mango Tango #DA7C06
RGB
CMYK
RGB Variations
Color information
#DA7C06 (or 0xDA7C06) is known color: Mango Tango. HEX triplet: DA, 7C and 06. RGB value is (218,124,6). Sum of RGB (Red+Green+Blue) = 218+124+6=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7C06 is #2583F9. Grayscale: #8B8B8B. Windows color (decimal): -2458618 or 425178. OLE color: 425178.
HSL color Cylindrical-coordinate representation of color #DA7C06: hue angle of 33.4º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA7C06 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 6 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.15 |
| HSL | 33.4º | 0.95% | 0.44% | - |
| HSV(B) | 33.4º | 0.97% | 0.85% | - |
| XYZ | 36.15 | 29.33 | 3.93 | - |
| YUV | 138.65 | 53.14 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 6 | 0 | 0.43 | 0.97 | 0.15 | 33.4 | 0.95 | 0.44 |
| Hex | DA | 7C | 6 | 0 | 2B | 61 | F | 21 | 5F | 2C |
| Octal | 332 | 174 | 6 | 0 | 53 | 141 | 17 | 41 | 137 | 54 |
| Binary | 11011010 | 1111100 | 110 | 0 | 101011 | 1100001 | 1111 | 100001 | 1011111 | 101100 |
Color Harmonies of #DA7C06
Complementary color
Monochromatic Colors of #DA7C06
Black with #DA7C06
Text Example
Text Example
White with #DA7C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C06; }
p { color: rgb(218,124,6); }
H1.HeaderClassName
{
color: #DA7C06;
}
.AnyTagClassName
{
color: #DA7C06;
}
</style>
background-color css
<style>
a { background-color: #DA7C06; }
a { background-color: rgb(218,124,6); }
div.DivClassName
{
background-color: #DA7C06;
}
.BgClassName
{
background-color: #DA7C06;
}
</style>
border-color css
<style>
span { border-color: #DA7C06; }
span { border-color: rgb(218,124,6); }
td.TdClassName
{
border-color: #DA7C06;
}
.TagClassName
{
border-color: #DA7C06;
}
</style>