Shades of Mango Tango #DA6F00
Tints of Mango Tango #DA6F00
RGB
CMYK
RGB Variations
Color information
#DA6F00 (or 0xDA6F00) is known color: Mango Tango. HEX triplet: DA, 6F and 00. RGB value is (218,111,0). Sum of RGB (Red+Green+Blue) = 218+111+0=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6F00 is #2590FF. Grayscale: #828282. Windows color (decimal): -2461952 or 28634. OLE color: 28634.
HSL color Cylindrical-coordinate representation of color #DA6F00: hue angle of 30.55º 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 #DA6F00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.15 |
| HSL | 30.55º | 1% | 0.43% | - |
| HSV(B) | 30.55º | 1% | 0.85% | - |
| XYZ | 34.6 | 26.27 | 3.25 | - |
| YUV | 130.34 | 54.45 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 0 | 0 | 0.49 | 1 | 0.15 | 30.55 | 1 | 0.43 |
| Hex | DA | 6F | 0 | 0 | 31 | 64 | F | 1F | 64 | 2B |
| Octal | 332 | 157 | 0 | 0 | 61 | 144 | 17 | 37 | 144 | 53 |
| Binary | 11011010 | 1101111 | 0 | 0 | 110001 | 1100100 | 1111 | 11111 | 1100100 | 101011 |
Color Harmonies of #DA6F00
Complementary color
Monochromatic Colors of #DA6F00
Black with #DA6F00
Text Example
Text Example
White with #DA6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6F00; }
p { color: rgb(218,111,0); }
H1.HeaderClassName
{
color: #DA6F00;
}
.AnyTagClassName
{
color: #DA6F00;
}
</style>
background-color css
<style>
a { background-color: #DA6F00; }
a { background-color: rgb(218,111,0); }
div.DivClassName
{
background-color: #DA6F00;
}
.BgClassName
{
background-color: #DA6F00;
}
</style>
border-color css
<style>
span { border-color: #DA6F00; }
span { border-color: rgb(218,111,0); }
td.TdClassName
{
border-color: #DA6F00;
}
.TagClassName
{
border-color: #DA6F00;
}
</style>