Shades of Mango Tango #DA730B
Tints of Mango Tango #DA730B
RGB
CMYK
RGB Variations
Color information
#DA730B (or 0xDA730B) is known color: Mango Tango. HEX triplet: DA, 73 and 0B. RGB value is (218,115,11). Sum of RGB (Red+Green+Blue) = 218+115+11=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA730B is #258CF4. Grayscale: #868686. Windows color (decimal): -2460917 or 750554. OLE color: 750554.
HSL color Cylindrical-coordinate representation of color #DA730B: hue angle of 30.14º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA730B is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 11 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.15 |
| HSL | 30.14º | 0.9% | 0.45% | - |
| HSV(B) | 30.14º | 0.95% | 0.85% | - |
| XYZ | 35.1 | 27.19 | 3.71 | - |
| YUV | 133.94 | 58.62 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 11 | 0 | 0.47 | 0.95 | 0.15 | 30.14 | 0.9 | 0.45 |
| Hex | DA | 73 | B | 0 | 2F | 5F | F | 1E | 5A | 2D |
| Octal | 332 | 163 | 13 | 0 | 57 | 137 | 17 | 36 | 132 | 55 |
| Binary | 11011010 | 1110011 | 1011 | 0 | 101111 | 1011111 | 1111 | 11110 | 1011010 | 101101 |
Color Harmonies of #DA730B
Complementary color
Monochromatic Colors of #DA730B
Black with #DA730B
Text Example
Text Example
White with #DA730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA730B; }
p { color: rgb(218,115,11); }
H1.HeaderClassName
{
color: #DA730B;
}
.AnyTagClassName
{
color: #DA730B;
}
</style>
background-color css
<style>
a { background-color: #DA730B; }
a { background-color: rgb(218,115,11); }
div.DivClassName
{
background-color: #DA730B;
}
.BgClassName
{
background-color: #DA730B;
}
</style>
border-color css
<style>
span { border-color: #DA730B; }
span { border-color: rgb(218,115,11); }
td.TdClassName
{
border-color: #DA730B;
}
.TagClassName
{
border-color: #DA730B;
}
</style>