Shades of Tango #D57037
Tints of Tango #D57037
RGB
CMYK
RGB Variations
Color information
#D57037 (or 0xD57037) is known color: Tango. HEX triplet: D5, 70 and 37. RGB value is (213,112,55). Sum of RGB (Red+Green+Blue) = 213+112+55=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D57037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57037 is #2A8FC8. Grayscale: #888888. Windows color (decimal): -2789321 or 3633365. OLE color: 3633365.
HSL color Cylindrical-coordinate representation of color #D57037: hue angle of 21.65º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D57037 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 55 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.16 |
| HSL | 21.65º | 0.65% | 0.53% | - |
| HSV(B) | 21.65º | 0.74% | 0.84% | - |
| XYZ | 33.92 | 26.01 | 6.85 | - |
| YUV | 135.7 | 82.46 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 55 | 0 | 0.47 | 0.74 | 0.16 | 21.65 | 0.65 | 0.53 |
| Hex | D5 | 70 | 37 | 0 | 2F | 4A | 10 | 16 | 41 | 35 |
| Octal | 325 | 160 | 67 | 0 | 57 | 112 | 20 | 26 | 101 | 65 |
| Binary | 11010101 | 1110000 | 110111 | 0 | 101111 | 1001010 | 10000 | 10110 | 1000001 | 110101 |
Color Harmonies of #D57037
Complementary color
Monochromatic Colors of #D57037
Black with #D57037
Text Example
Text Example
White with #D57037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57037; }
p { color: rgb(213,112,55); }
H1.HeaderClassName
{
color: #D57037;
}
.AnyTagClassName
{
color: #D57037;
}
</style>
background-color css
<style>
a { background-color: #D57037; }
a { background-color: rgb(213,112,55); }
div.DivClassName
{
background-color: #D57037;
}
.BgClassName
{
background-color: #D57037;
}
</style>
border-color css
<style>
span { border-color: #D57037; }
span { border-color: rgb(213,112,55); }
td.TdClassName
{
border-color: #D57037;
}
.TagClassName
{
border-color: #D57037;
}
</style>