Shades of Mango Tango #DA7F04
Tints of Mango Tango #DA7F04
RGB
CMYK
RGB Variations
Color information
#DA7F04 (or 0xDA7F04) is known color: Mango Tango. HEX triplet: DA, 7F and 04. RGB value is (218,127,4). Sum of RGB (Red+Green+Blue) = 218+127+4=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7F04 is #2580FB. Grayscale: #8C8C8C. Windows color (decimal): -2457852 or 294874. OLE color: 294874.
HSL color Cylindrical-coordinate representation of color #DA7F04: hue angle of 34.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA7F04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.15 |
| HSL | 34.49º | 0.96% | 0.44% | - |
| HSV(B) | 34.49º | 0.98% | 0.85% | - |
| XYZ | 36.52 | 30.09 | 4 | - |
| YUV | 140.19 | 51.15 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 4 | 0 | 0.42 | 0.98 | 0.15 | 34.49 | 0.96 | 0.44 |
| Hex | DA | 7F | 4 | 0 | 2A | 62 | F | 22 | 60 | 2C |
| Octal | 332 | 177 | 4 | 0 | 52 | 142 | 17 | 42 | 140 | 54 |
| Binary | 11011010 | 1111111 | 100 | 0 | 101010 | 1100010 | 1111 | 100010 | 1100000 | 101100 |
Color Harmonies of #DA7F04
Complementary color
Monochromatic Colors of #DA7F04
Black with #DA7F04
Text Example
Text Example
White with #DA7F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F04; }
p { color: rgb(218,127,4); }
H1.HeaderClassName
{
color: #DA7F04;
}
.AnyTagClassName
{
color: #DA7F04;
}
</style>
background-color css
<style>
a { background-color: #DA7F04; }
a { background-color: rgb(218,127,4); }
div.DivClassName
{
background-color: #DA7F04;
}
.BgClassName
{
background-color: #DA7F04;
}
</style>
border-color css
<style>
span { border-color: #DA7F04; }
span { border-color: rgb(218,127,4); }
td.TdClassName
{
border-color: #DA7F04;
}
.TagClassName
{
border-color: #DA7F04;
}
</style>