Shades of Mango Tango #DA740B
Tints of Mango Tango #DA740B
RGB
CMYK
RGB Variations
Color information
#DA740B (or 0xDA740B) is known color: Mango Tango. HEX triplet: DA, 74 and 0B. RGB value is (218,116,11). Sum of RGB (Red+Green+Blue) = 218+116+11=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA740B is #258BF4. Grayscale: #878787. Windows color (decimal): -2460661 or 750810. OLE color: 750810.
HSL color Cylindrical-coordinate representation of color #DA740B: hue angle of 30.43º 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 #DA740B is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 11 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.15 |
| HSL | 30.43º | 0.9% | 0.45% | - |
| HSV(B) | 30.43º | 0.95% | 0.85% | - |
| XYZ | 35.22 | 27.42 | 3.75 | - |
| YUV | 134.53 | 58.29 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 11 | 0 | 0.47 | 0.95 | 0.15 | 30.43 | 0.9 | 0.45 |
| Hex | DA | 74 | B | 0 | 2F | 5F | F | 1E | 5A | 2D |
| Octal | 332 | 164 | 13 | 0 | 57 | 137 | 17 | 36 | 132 | 55 |
| Binary | 11011010 | 1110100 | 1011 | 0 | 101111 | 1011111 | 1111 | 11110 | 1011010 | 101101 |
Color Harmonies of #DA740B
Complementary color
Monochromatic Colors of #DA740B
Black with #DA740B
Text Example
Text Example
White with #DA740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA740B; }
p { color: rgb(218,116,11); }
H1.HeaderClassName
{
color: #DA740B;
}
.AnyTagClassName
{
color: #DA740B;
}
</style>
background-color css
<style>
a { background-color: #DA740B; }
a { background-color: rgb(218,116,11); }
div.DivClassName
{
background-color: #DA740B;
}
.BgClassName
{
background-color: #DA740B;
}
</style>
border-color css
<style>
span { border-color: #DA740B; }
span { border-color: rgb(218,116,11); }
td.TdClassName
{
border-color: #DA740B;
}
.TagClassName
{
border-color: #DA740B;
}
</style>