Shades of Mango Tango #D4780A
Tints of Mango Tango #D4780A
RGB
CMYK
RGB Variations
Color information
#D4780A (or 0xD4780A) is known color: Mango Tango. HEX triplet: D4, 78 and 0A. RGB value is (212,120,10). Sum of RGB (Red+Green+Blue) = 212+120+10=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4780A is #2B87F5. Grayscale: #878787. Windows color (decimal): -2852854 or 686292. OLE color: 686292.
HSL color Cylindrical-coordinate representation of color #D4780A: hue angle of 32.67º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4780A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.17 |
| HSL | 32.67º | 0.91% | 0.44% | - |
| HSV(B) | 32.67º | 0.95% | 0.83% | - |
| XYZ | 33.92 | 27.45 | 3.8 | - |
| YUV | 134.97 | 57.48 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 10 | 0 | 0.43 | 0.95 | 0.17 | 32.67 | 0.91 | 0.44 |
| Hex | D4 | 78 | A | 0 | 2B | 5F | 11 | 21 | 5B | 2C |
| Octal | 324 | 170 | 12 | 0 | 53 | 137 | 21 | 41 | 133 | 54 |
| Binary | 11010100 | 1111000 | 1010 | 0 | 101011 | 1011111 | 10001 | 100001 | 1011011 | 101100 |
Color Harmonies of #D4780A
Complementary color
Monochromatic Colors of #D4780A
Black with #D4780A
Text Example
Text Example
White with #D4780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4780A; }
p { color: rgb(212,120,10); }
H1.HeaderClassName
{
color: #D4780A;
}
.AnyTagClassName
{
color: #D4780A;
}
</style>
background-color css
<style>
a { background-color: #D4780A; }
a { background-color: rgb(212,120,10); }
div.DivClassName
{
background-color: #D4780A;
}
.BgClassName
{
background-color: #D4780A;
}
</style>
border-color css
<style>
span { border-color: #D4780A; }
span { border-color: rgb(212,120,10); }
td.TdClassName
{
border-color: #D4780A;
}
.TagClassName
{
border-color: #D4780A;
}
</style>