Shades of Mango Tango #DA7308
Tints of Mango Tango #DA7308
RGB
CMYK
RGB Variations
Color information
#DA7308 (or 0xDA7308) is known color: Mango Tango. HEX triplet: DA, 73 and 08. RGB value is (218,115,8). Sum of RGB (Red+Green+Blue) = 218+115+8=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7308 is #258CF7. Grayscale: #868686. Windows color (decimal): -2460920 or 553946. OLE color: 553946.
HSL color Cylindrical-coordinate representation of color #DA7308: hue angle of 30.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA7308 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 8 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.15 |
| HSL | 30.57º | 0.93% | 0.44% | - |
| HSV(B) | 30.57º | 0.96% | 0.85% | - |
| XYZ | 35.09 | 27.18 | 3.63 | - |
| YUV | 133.6 | 57.12 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 8 | 0 | 0.47 | 0.96 | 0.15 | 30.57 | 0.93 | 0.44 |
| Hex | DA | 73 | 8 | 0 | 2F | 60 | F | 1F | 5D | 2C |
| Octal | 332 | 163 | 10 | 0 | 57 | 140 | 17 | 37 | 135 | 54 |
| Binary | 11011010 | 1110011 | 1000 | 0 | 101111 | 1100000 | 1111 | 11111 | 1011101 | 101100 |
Color Harmonies of #DA7308
Complementary color
Monochromatic Colors of #DA7308
Black with #DA7308
Text Example
Text Example
White with #DA7308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7308; }
p { color: rgb(218,115,8); }
H1.HeaderClassName
{
color: #DA7308;
}
.AnyTagClassName
{
color: #DA7308;
}
</style>
background-color css
<style>
a { background-color: #DA7308; }
a { background-color: rgb(218,115,8); }
div.DivClassName
{
background-color: #DA7308;
}
.BgClassName
{
background-color: #DA7308;
}
</style>
border-color css
<style>
span { border-color: #DA7308; }
span { border-color: rgb(218,115,8); }
td.TdClassName
{
border-color: #DA7308;
}
.TagClassName
{
border-color: #DA7308;
}
</style>