Shades of Tango #D57138
Tints of Tango #D57138
RGB
CMYK
RGB Variations
Color information
#D57138 (or 0xD57138) is known color: Tango. HEX triplet: D5, 71 and 38. RGB value is (213,113,56). Sum of RGB (Red+Green+Blue) = 213+113+56=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D57138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57138 is #2A8EC7. Grayscale: #888888. Windows color (decimal): -2789064 or 3699157. OLE color: 3699157.
HSL color Cylindrical-coordinate representation of color #D57138: hue angle of 21.78º 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 #D57138 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 56 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.16 |
| HSL | 21.78º | 0.65% | 0.53% | - |
| HSV(B) | 21.78º | 0.74% | 0.84% | - |
| XYZ | 34.06 | 26.24 | 7.01 | - |
| YUV | 136.4 | 82.63 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 56 | 0 | 0.47 | 0.74 | 0.16 | 21.78 | 0.65 | 0.53 |
| Hex | D5 | 71 | 38 | 0 | 2F | 4A | 10 | 16 | 41 | 35 |
| Octal | 325 | 161 | 70 | 0 | 57 | 112 | 20 | 26 | 101 | 65 |
| Binary | 11010101 | 1110001 | 111000 | 0 | 101111 | 1001010 | 10000 | 10110 | 1000001 | 110101 |
Color Harmonies of #D57138
Complementary color
Monochromatic Colors of #D57138
Black with #D57138
Text Example
Text Example
White with #D57138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57138; }
p { color: rgb(213,113,56); }
H1.HeaderClassName
{
color: #D57138;
}
.AnyTagClassName
{
color: #D57138;
}
</style>
background-color css
<style>
a { background-color: #D57138; }
a { background-color: rgb(213,113,56); }
div.DivClassName
{
background-color: #D57138;
}
.BgClassName
{
background-color: #D57138;
}
</style>
border-color css
<style>
span { border-color: #D57138; }
span { border-color: rgb(213,113,56); }
td.TdClassName
{
border-color: #D57138;
}
.TagClassName
{
border-color: #D57138;
}
</style>