Shades of Mango Tango #D27504
Tints of Mango Tango #D27504
RGB
CMYK
RGB Variations
Color information
#D27504 (or 0xD27504) is known color: Mango Tango. HEX triplet: D2, 75 and 04. RGB value is (210,117,4). Sum of RGB (Red+Green+Blue) = 210+117+4=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D27504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27504 is #2D8AFB. Grayscale: #848484. Windows color (decimal): -2984700 or 292306. OLE color: 292306.
HSL color Cylindrical-coordinate representation of color #D27504: hue angle of 32.91º degrees, saturation: 0.96, 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 #D27504 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 4 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.18 |
| HSL | 32.91º | 0.96% | 0.42% | - |
| HSV(B) | 32.91º | 0.98% | 0.82% | - |
| XYZ | 32.96 | 26.43 | 3.48 | - |
| YUV | 131.93 | 55.81 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 4 | 0 | 0.44 | 0.98 | 0.18 | 32.91 | 0.96 | 0.42 |
| Hex | D2 | 75 | 4 | 0 | 2C | 62 | 12 | 21 | 60 | 2A |
| Octal | 322 | 165 | 4 | 0 | 54 | 142 | 22 | 41 | 140 | 52 |
| Binary | 11010010 | 1110101 | 100 | 0 | 101100 | 1100010 | 10010 | 100001 | 1100000 | 101010 |
Color Harmonies of #D27504
Complementary color
Monochromatic Colors of #D27504
Black with #D27504
Text Example
Text Example
White with #D27504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27504; }
p { color: rgb(210,117,4); }
H1.HeaderClassName
{
color: #D27504;
}
.AnyTagClassName
{
color: #D27504;
}
</style>
background-color css
<style>
a { background-color: #D27504; }
a { background-color: rgb(210,117,4); }
div.DivClassName
{
background-color: #D27504;
}
.BgClassName
{
background-color: #D27504;
}
</style>
border-color css
<style>
span { border-color: #D27504; }
span { border-color: rgb(210,117,4); }
td.TdClassName
{
border-color: #D27504;
}
.TagClassName
{
border-color: #D27504;
}
</style>