Shades of Mango Tango #D27702
Tints of Mango Tango #D27702
RGB
CMYK
RGB Variations
Color information
#D27702 (or 0xD27702) is known color: Mango Tango. HEX triplet: D2, 77 and 02. RGB value is (210,119,2). Sum of RGB (Red+Green+Blue) = 210+119+2=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D27702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27702 is #2D88FD. Grayscale: #858585. Windows color (decimal): -2984190 or 161746. OLE color: 161746.
HSL color Cylindrical-coordinate representation of color #D27702: hue angle of 33.75º 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 #D27702 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.18 |
| HSL | 33.75º | 0.98% | 0.42% | - |
| HSV(B) | 33.75º | 0.99% | 0.82% | - |
| XYZ | 33.19 | 26.9 | 3.5 | - |
| YUV | 132.87 | 54.15 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 2 | 0 | 0.43 | 0.99 | 0.18 | 33.75 | 0.98 | 0.42 |
| Hex | D2 | 77 | 2 | 0 | 2B | 63 | 12 | 22 | 62 | 2A |
| Octal | 322 | 167 | 2 | 0 | 53 | 143 | 22 | 42 | 142 | 52 |
| Binary | 11010010 | 1110111 | 10 | 0 | 101011 | 1100011 | 10010 | 100010 | 1100010 | 101010 |
Color Harmonies of #D27702
Complementary color
Monochromatic Colors of #D27702
Black with #D27702
Text Example
Text Example
White with #D27702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27702; }
p { color: rgb(210,119,2); }
H1.HeaderClassName
{
color: #D27702;
}
.AnyTagClassName
{
color: #D27702;
}
</style>
background-color css
<style>
a { background-color: #D27702; }
a { background-color: rgb(210,119,2); }
div.DivClassName
{
background-color: #D27702;
}
.BgClassName
{
background-color: #D27702;
}
</style>
border-color css
<style>
span { border-color: #D27702; }
span { border-color: rgb(210,119,2); }
td.TdClassName
{
border-color: #D27702;
}
.TagClassName
{
border-color: #D27702;
}
</style>