Shades of Mango Tango #D27500
Tints of Mango Tango #D27500
RGB
CMYK
RGB Variations
Color information
#D27500 (or 0xD27500) is known color: Mango Tango. HEX triplet: D2, 75 and 00. RGB value is (210,117,0). Sum of RGB (Red+Green+Blue) = 210+117+0=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D27500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27500 is #2D8AFF. Grayscale: #848484. Windows color (decimal): -2984704 or 30162. OLE color: 30162.
HSL color Cylindrical-coordinate representation of color #D27500: hue angle of 33.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D27500 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.18 |
| HSL | 33.43º | 1% | 0.41% | - |
| HSV(B) | 33.43º | 1% | 0.82% | - |
| XYZ | 32.94 | 26.42 | 3.36 | - |
| YUV | 131.47 | 53.81 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 0 | 0 | 0.44 | 1 | 0.18 | 33.43 | 1 | 0.41 |
| Hex | D2 | 75 | 0 | 0 | 2C | 64 | 12 | 21 | 64 | 29 |
| Octal | 322 | 165 | 0 | 0 | 54 | 144 | 22 | 41 | 144 | 51 |
| Binary | 11010010 | 1110101 | 0 | 0 | 101100 | 1100100 | 10010 | 100001 | 1100100 | 101001 |
Color Harmonies of #D27500
Complementary color
Monochromatic Colors of #D27500
Black with #D27500
Text Example
Text Example
White with #D27500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27500; }
p { color: rgb(210,117,0); }
H1.HeaderClassName
{
color: #D27500;
}
.AnyTagClassName
{
color: #D27500;
}
</style>
background-color css
<style>
a { background-color: #D27500; }
a { background-color: rgb(210,117,0); }
div.DivClassName
{
background-color: #D27500;
}
.BgClassName
{
background-color: #D27500;
}
</style>
border-color css
<style>
span { border-color: #D27500; }
span { border-color: rgb(210,117,0); }
td.TdClassName
{
border-color: #D27500;
}
.TagClassName
{
border-color: #D27500;
}
</style>