Shades of Mango Tango #D57B05
Tints of Mango Tango #D57B05
RGB
CMYK
RGB Variations
Color information
#D57B05 (or 0xD57B05) is known color: Mango Tango. HEX triplet: D5, 7B and 05. RGB value is (213,123,5). Sum of RGB (Red+Green+Blue) = 213+123+5=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57B05 is #2A84FA. Grayscale: #898989. Windows color (decimal): -2786555 or 359381. OLE color: 359381.
HSL color Cylindrical-coordinate representation of color #D57B05: hue angle of 34.04º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D57B05 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.16 |
| HSL | 34.04º | 0.95% | 0.43% | - |
| HSV(B) | 34.04º | 0.98% | 0.84% | - |
| XYZ | 34.55 | 28.32 | 3.79 | - |
| YUV | 136.46 | 53.82 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 5 | 0 | 0.42 | 0.98 | 0.16 | 34.04 | 0.95 | 0.43 |
| Hex | D5 | 7B | 5 | 0 | 2A | 62 | 10 | 22 | 5F | 2B |
| Octal | 325 | 173 | 5 | 0 | 52 | 142 | 20 | 42 | 137 | 53 |
| Binary | 11010101 | 1111011 | 101 | 0 | 101010 | 1100010 | 10000 | 100010 | 1011111 | 101011 |
Color Harmonies of #D57B05
Complementary color
Monochromatic Colors of #D57B05
Black with #D57B05
Text Example
Text Example
White with #D57B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B05; }
p { color: rgb(213,123,5); }
H1.HeaderClassName
{
color: #D57B05;
}
.AnyTagClassName
{
color: #D57B05;
}
</style>
background-color css
<style>
a { background-color: #D57B05; }
a { background-color: rgb(213,123,5); }
div.DivClassName
{
background-color: #D57B05;
}
.BgClassName
{
background-color: #D57B05;
}
</style>
border-color css
<style>
span { border-color: #D57B05; }
span { border-color: rgb(213,123,5); }
td.TdClassName
{
border-color: #D57B05;
}
.TagClassName
{
border-color: #D57B05;
}
</style>