Shades of Mango Tango #D27402
Tints of Mango Tango #D27402
RGB
CMYK
RGB Variations
Color information
#D27402 (or 0xD27402) is known color: Mango Tango. HEX triplet: D2, 74 and 02. RGB value is (210,116,2). Sum of RGB (Red+Green+Blue) = 210+116+2=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D27402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27402 is #2D8BFD. Grayscale: #838383. Windows color (decimal): -2984958 or 160978. OLE color: 160978.
HSL color Cylindrical-coordinate representation of color #D27402: hue angle of 32.88º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D27402 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.18 |
| HSL | 32.88º | 0.98% | 0.42% | - |
| HSV(B) | 32.88º | 0.99% | 0.82% | - |
| XYZ | 32.83 | 26.2 | 3.38 | - |
| YUV | 131.11 | 55.14 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 2 | 0 | 0.45 | 0.99 | 0.18 | 32.88 | 0.98 | 0.42 |
| Hex | D2 | 74 | 2 | 0 | 2D | 63 | 12 | 21 | 62 | 2A |
| Octal | 322 | 164 | 2 | 0 | 55 | 143 | 22 | 41 | 142 | 52 |
| Binary | 11010010 | 1110100 | 10 | 0 | 101101 | 1100011 | 10010 | 100001 | 1100010 | 101010 |
Color Harmonies of #D27402
Complementary color
Monochromatic Colors of #D27402
Black with #D27402
Text Example
Text Example
White with #D27402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27402; }
p { color: rgb(210,116,2); }
H1.HeaderClassName
{
color: #D27402;
}
.AnyTagClassName
{
color: #D27402;
}
</style>
background-color css
<style>
a { background-color: #D27402; }
a { background-color: rgb(210,116,2); }
div.DivClassName
{
background-color: #D27402;
}
.BgClassName
{
background-color: #D27402;
}
</style>
border-color css
<style>
span { border-color: #D27402; }
span { border-color: rgb(210,116,2); }
td.TdClassName
{
border-color: #D27402;
}
.TagClassName
{
border-color: #D27402;
}
</style>