Shades of Mango Tango #D67802
Tints of Mango Tango #D67802
RGB
CMYK
RGB Variations
Color information
#D67802 (or 0xD67802) is known color: Mango Tango. HEX triplet: D6, 78 and 02. RGB value is (214,120,2). Sum of RGB (Red+Green+Blue) = 214+120+2=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D67802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67802 is #2987FD. Grayscale: #878787. Windows color (decimal): -2721790 or 162006. OLE color: 162006.
HSL color Cylindrical-coordinate representation of color #D67802: hue angle of 33.4º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D67802 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.16 |
| HSL | 33.4º | 0.98% | 0.42% | - |
| HSV(B) | 33.4º | 0.99% | 0.84% | - |
| XYZ | 34.46 | 27.73 | 3.59 | - |
| YUV | 134.65 | 53.14 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 2 | 0 | 0.44 | 0.99 | 0.16 | 33.4 | 0.98 | 0.42 |
| Hex | D6 | 78 | 2 | 0 | 2C | 63 | 10 | 21 | 62 | 2A |
| Octal | 326 | 170 | 2 | 0 | 54 | 143 | 20 | 41 | 142 | 52 |
| Binary | 11010110 | 1111000 | 10 | 0 | 101100 | 1100011 | 10000 | 100001 | 1100010 | 101010 |
Color Harmonies of #D67802
Complementary color
Monochromatic Colors of #D67802
Black with #D67802
Text Example
Text Example
White with #D67802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67802; }
p { color: rgb(214,120,2); }
H1.HeaderClassName
{
color: #D67802;
}
.AnyTagClassName
{
color: #D67802;
}
</style>
background-color css
<style>
a { background-color: #D67802; }
a { background-color: rgb(214,120,2); }
div.DivClassName
{
background-color: #D67802;
}
.BgClassName
{
background-color: #D67802;
}
</style>
border-color css
<style>
span { border-color: #D67802; }
span { border-color: rgb(214,120,2); }
td.TdClassName
{
border-color: #D67802;
}
.TagClassName
{
border-color: #D67802;
}
</style>