Shades of Mango Tango #D77003
Tints of Mango Tango #D77003
RGB
CMYK
RGB Variations
Color information
#D77003 (or 0xD77003) is known color: Mango Tango. HEX triplet: D7, 70 and 03. RGB value is (215,112,3). Sum of RGB (Red+Green+Blue) = 215+112+3=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D77003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77003 is #288FFC. Grayscale: #828282. Windows color (decimal): -2658301 or 225495. OLE color: 225495.
HSL color Cylindrical-coordinate representation of color #D77003: hue angle of 30.85º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D77003 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 3 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.16 |
| HSL | 30.85º | 0.97% | 0.43% | - |
| HSV(B) | 30.85º | 0.99% | 0.84% | - |
| XYZ | 33.83 | 26.04 | 3.33 | - |
| YUV | 130.37 | 56.12 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 3 | 0 | 0.48 | 0.99 | 0.16 | 30.85 | 0.97 | 0.43 |
| Hex | D7 | 70 | 3 | 0 | 30 | 63 | 10 | 1F | 61 | 2B |
| Octal | 327 | 160 | 3 | 0 | 60 | 143 | 20 | 37 | 141 | 53 |
| Binary | 11010111 | 1110000 | 11 | 0 | 110000 | 1100011 | 10000 | 11111 | 1100001 | 101011 |
Color Harmonies of #D77003
Complementary color
Monochromatic Colors of #D77003
Black with #D77003
Text Example
Text Example
White with #D77003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77003; }
p { color: rgb(215,112,3); }
H1.HeaderClassName
{
color: #D77003;
}
.AnyTagClassName
{
color: #D77003;
}
</style>
background-color css
<style>
a { background-color: #D77003; }
a { background-color: rgb(215,112,3); }
div.DivClassName
{
background-color: #D77003;
}
.BgClassName
{
background-color: #D77003;
}
</style>
border-color css
<style>
span { border-color: #D77003; }
span { border-color: rgb(215,112,3); }
td.TdClassName
{
border-color: #D77003;
}
.TagClassName
{
border-color: #D77003;
}
</style>