Shades of Mango Tango #D4810A
Tints of Mango Tango #D4810A
RGB
CMYK
RGB Variations
Color information
#D4810A (or 0xD4810A) is known color: Mango Tango. HEX triplet: D4, 81 and 0A. RGB value is (212,129,10). Sum of RGB (Red+Green+Blue) = 212+129+10=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D4810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4810A is #2B7EF5. Grayscale: #8C8C8C. Windows color (decimal): -2850550 or 688596. OLE color: 688596.
HSL color Cylindrical-coordinate representation of color #D4810A: hue angle of 35.35º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4810A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.17 |
| HSL | 35.35º | 0.91% | 0.44% | - |
| HSV(B) | 35.35º | 0.95% | 0.83% | - |
| XYZ | 35.06 | 29.72 | 4.18 | - |
| YUV | 140.25 | 54.5 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 10 | 0 | 0.39 | 0.95 | 0.17 | 35.35 | 0.91 | 0.44 |
| Hex | D4 | 81 | A | 0 | 27 | 5F | 11 | 23 | 5B | 2C |
| Octal | 324 | 201 | 12 | 0 | 47 | 137 | 21 | 43 | 133 | 54 |
| Binary | 11010100 | 10000001 | 1010 | 0 | 100111 | 1011111 | 10001 | 100011 | 1011011 | 101100 |
Color Harmonies of #D4810A
Complementary color
Monochromatic Colors of #D4810A
Black with #D4810A
Text Example
Text Example
White with #D4810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4810A; }
p { color: rgb(212,129,10); }
H1.HeaderClassName
{
color: #D4810A;
}
.AnyTagClassName
{
color: #D4810A;
}
</style>
background-color css
<style>
a { background-color: #D4810A; }
a { background-color: rgb(212,129,10); }
div.DivClassName
{
background-color: #D4810A;
}
.BgClassName
{
background-color: #D4810A;
}
</style>
border-color css
<style>
span { border-color: #D4810A; }
span { border-color: rgb(212,129,10); }
td.TdClassName
{
border-color: #D4810A;
}
.TagClassName
{
border-color: #D4810A;
}
</style>