Shades of Mango Tango #DA730D
Tints of Mango Tango #DA730D
RGB
CMYK
RGB Variations
Color information
#DA730D (or 0xDA730D) is known color: Mango Tango. HEX triplet: DA, 73 and 0D. RGB value is (218,115,13). Sum of RGB (Red+Green+Blue) = 218+115+13=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA730D is #258CF2. Grayscale: #868686. Windows color (decimal): -2460915 or 881626. OLE color: 881626.
HSL color Cylindrical-coordinate representation of color #DA730D: hue angle of 29.85º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA730D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 13 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.15 |
| HSL | 29.85º | 0.89% | 0.45% | - |
| HSV(B) | 29.85º | 0.94% | 0.85% | - |
| XYZ | 35.12 | 27.2 | 3.78 | - |
| YUV | 134.17 | 59.62 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 13 | 0 | 0.47 | 0.94 | 0.15 | 29.85 | 0.89 | 0.45 |
| Hex | DA | 73 | D | 0 | 2F | 5E | F | 1E | 59 | 2D |
| Octal | 332 | 163 | 15 | 0 | 57 | 136 | 17 | 36 | 131 | 55 |
| Binary | 11011010 | 1110011 | 1101 | 0 | 101111 | 1011110 | 1111 | 11110 | 1011001 | 101101 |
Color Harmonies of #DA730D
Complementary color
Monochromatic Colors of #DA730D
Black with #DA730D
Text Example
Text Example
White with #DA730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA730D; }
p { color: rgb(218,115,13); }
H1.HeaderClassName
{
color: #DA730D;
}
.AnyTagClassName
{
color: #DA730D;
}
</style>
background-color css
<style>
a { background-color: #DA730D; }
a { background-color: rgb(218,115,13); }
div.DivClassName
{
background-color: #DA730D;
}
.BgClassName
{
background-color: #DA730D;
}
</style>
border-color css
<style>
span { border-color: #DA730D; }
span { border-color: rgb(218,115,13); }
td.TdClassName
{
border-color: #DA730D;
}
.TagClassName
{
border-color: #DA730D;
}
</style>