Shades of Mango Tango #DA6D00
Tints of Mango Tango #DA6D00
RGB
CMYK
RGB Variations
Color information
#DA6D00 (or 0xDA6D00) is known color: Mango Tango. HEX triplet: DA, 6D and 00. RGB value is (218,109,0). Sum of RGB (Red+Green+Blue) = 218+109+0=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6D00 is #2592FF. Grayscale: #818181. Windows color (decimal): -2462464 or 28122. OLE color: 28122.
HSL color Cylindrical-coordinate representation of color #DA6D00: hue angle of 30º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA6D00 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 0 | - |
| CMYK | 0 | 0.5 | 1 | 0.15 |
| HSL | 30º | 1% | 0.43% | - |
| HSV(B) | 30º | 1% | 0.85% | - |
| XYZ | 34.38 | 25.84 | 3.18 | - |
| YUV | 129.17 | 55.11 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 0 | 0 | 0.5 | 1 | 0.15 | 30 | 1 | 0.43 |
| Hex | DA | 6D | 0 | 0 | 32 | 64 | F | 1E | 64 | 2B |
| Octal | 332 | 155 | 0 | 0 | 62 | 144 | 17 | 36 | 144 | 53 |
| Binary | 11011010 | 1101101 | 0 | 0 | 110010 | 1100100 | 1111 | 11110 | 1100100 | 101011 |
Color Harmonies of #DA6D00
Complementary color
Monochromatic Colors of #DA6D00
Black with #DA6D00
Text Example
Text Example
White with #DA6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D00; }
p { color: rgb(218,109,0); }
H1.HeaderClassName
{
color: #DA6D00;
}
.AnyTagClassName
{
color: #DA6D00;
}
</style>
background-color css
<style>
a { background-color: #DA6D00; }
a { background-color: rgb(218,109,0); }
div.DivClassName
{
background-color: #DA6D00;
}
.BgClassName
{
background-color: #DA6D00;
}
</style>
border-color css
<style>
span { border-color: #DA6D00; }
span { border-color: rgb(218,109,0); }
td.TdClassName
{
border-color: #DA6D00;
}
.TagClassName
{
border-color: #DA6D00;
}
</style>