Shades of Mango Tango #D57B0A
Tints of Mango Tango #D57B0A
RGB
CMYK
RGB Variations
Color information
#D57B0A (or 0xD57B0A) is known color: Mango Tango. HEX triplet: D5, 7B and 0A. RGB value is (213,123,10). Sum of RGB (Red+Green+Blue) = 213+123+10=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57B0A is #2A84F5. Grayscale: #898989. Windows color (decimal): -2786550 or 687061. OLE color: 687061.
HSL color Cylindrical-coordinate representation of color #D57B0A: hue angle of 33.4º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D57B0A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.16 |
| HSL | 33.4º | 0.91% | 0.44% | - |
| HSV(B) | 33.4º | 0.95% | 0.84% | - |
| XYZ | 34.58 | 28.33 | 3.93 | - |
| YUV | 137.03 | 56.32 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 10 | 0 | 0.42 | 0.95 | 0.16 | 33.4 | 0.91 | 0.44 |
| Hex | D5 | 7B | A | 0 | 2A | 5F | 10 | 21 | 5B | 2C |
| Octal | 325 | 173 | 12 | 0 | 52 | 137 | 20 | 41 | 133 | 54 |
| Binary | 11010101 | 1111011 | 1010 | 0 | 101010 | 1011111 | 10000 | 100001 | 1011011 | 101100 |
Color Harmonies of #D57B0A
Complementary color
Monochromatic Colors of #D57B0A
Black with #D57B0A
Text Example
Text Example
White with #D57B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B0A; }
p { color: rgb(213,123,10); }
H1.HeaderClassName
{
color: #D57B0A;
}
.AnyTagClassName
{
color: #D57B0A;
}
</style>
background-color css
<style>
a { background-color: #D57B0A; }
a { background-color: rgb(213,123,10); }
div.DivClassName
{
background-color: #D57B0A;
}
.BgClassName
{
background-color: #D57B0A;
}
</style>
border-color css
<style>
span { border-color: #D57B0A; }
span { border-color: rgb(213,123,10); }
td.TdClassName
{
border-color: #D57B0A;
}
.TagClassName
{
border-color: #D57B0A;
}
</style>