Shades of Mango Tango #D27505
Tints of Mango Tango #D27505
RGB
CMYK
RGB Variations
Color information
#D27505 (or 0xD27505) is known color: Mango Tango. HEX triplet: D2, 75 and 05. RGB value is (210,117,5). Sum of RGB (Red+Green+Blue) = 210+117+5=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D27505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27505 is #2D8AFA. Grayscale: #848484. Windows color (decimal): -2984699 or 357842. OLE color: 357842.
HSL color Cylindrical-coordinate representation of color #D27505: hue angle of 32.78º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D27505 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.18 |
| HSL | 32.78º | 0.95% | 0.42% | - |
| HSV(B) | 32.78º | 0.98% | 0.82% | - |
| XYZ | 32.97 | 26.44 | 3.51 | - |
| YUV | 132.04 | 56.31 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 5 | 0 | 0.44 | 0.98 | 0.18 | 32.78 | 0.95 | 0.42 |
| Hex | D2 | 75 | 5 | 0 | 2C | 62 | 12 | 21 | 5F | 2A |
| Octal | 322 | 165 | 5 | 0 | 54 | 142 | 22 | 41 | 137 | 52 |
| Binary | 11010010 | 1110101 | 101 | 0 | 101100 | 1100010 | 10010 | 100001 | 1011111 | 101010 |
Color Harmonies of #D27505
Complementary color
Monochromatic Colors of #D27505
Black with #D27505
Text Example
Text Example
White with #D27505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27505; }
p { color: rgb(210,117,5); }
H1.HeaderClassName
{
color: #D27505;
}
.AnyTagClassName
{
color: #D27505;
}
</style>
background-color css
<style>
a { background-color: #D27505; }
a { background-color: rgb(210,117,5); }
div.DivClassName
{
background-color: #D27505;
}
.BgClassName
{
background-color: #D27505;
}
</style>
border-color css
<style>
span { border-color: #D27505; }
span { border-color: rgb(210,117,5); }
td.TdClassName
{
border-color: #D27505;
}
.TagClassName
{
border-color: #D27505;
}
</style>