Shades of Mango Tango #D5780B
Tints of Mango Tango #D5780B
RGB
CMYK
RGB Variations
Color information
#D5780B (or 0xD5780B) is known color: Mango Tango. HEX triplet: D5, 78 and 0B. RGB value is (213,120,11). Sum of RGB (Red+Green+Blue) = 213+120+11=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5780B is #2A87F4. Grayscale: #878787. Windows color (decimal): -2787317 or 751829. OLE color: 751829.
HSL color Cylindrical-coordinate representation of color #D5780B: hue angle of 32.38º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5780B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.16 |
| HSL | 32.38º | 0.9% | 0.44% | - |
| HSV(B) | 32.38º | 0.95% | 0.84% | - |
| XYZ | 34.22 | 27.6 | 3.84 | - |
| YUV | 135.38 | 57.81 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 11 | 0 | 0.44 | 0.95 | 0.16 | 32.38 | 0.9 | 0.44 |
| Hex | D5 | 78 | B | 0 | 2C | 5F | 10 | 20 | 5A | 2C |
| Octal | 325 | 170 | 13 | 0 | 54 | 137 | 20 | 40 | 132 | 54 |
| Binary | 11010101 | 1111000 | 1011 | 0 | 101100 | 1011111 | 10000 | 100000 | 1011010 | 101100 |
Color Harmonies of #D5780B
Complementary color
Monochromatic Colors of #D5780B
Black with #D5780B
Text Example
Text Example
White with #D5780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5780B; }
p { color: rgb(213,120,11); }
H1.HeaderClassName
{
color: #D5780B;
}
.AnyTagClassName
{
color: #D5780B;
}
</style>
background-color css
<style>
a { background-color: #D5780B; }
a { background-color: rgb(213,120,11); }
div.DivClassName
{
background-color: #D5780B;
}
.BgClassName
{
background-color: #D5780B;
}
</style>
border-color css
<style>
span { border-color: #D5780B; }
span { border-color: rgb(213,120,11); }
td.TdClassName
{
border-color: #D5780B;
}
.TagClassName
{
border-color: #D5780B;
}
</style>