Shades of Tango #D57636
Tints of Tango #D57636
RGB
CMYK
RGB Variations
Color information
#D57636 (or 0xD57636) is known color: Tango. HEX triplet: D5, 76 and 36. RGB value is (213,118,54). Sum of RGB (Red+Green+Blue) = 213+118+54=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D57636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57636 is #2A89C9. Grayscale: #8B8B8B. Windows color (decimal): -2787786 or 3569365. OLE color: 3569365.
HSL color Cylindrical-coordinate representation of color #D57636: hue angle of 24.15º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D57636 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 54 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.16 |
| HSL | 24.15º | 0.65% | 0.52% | - |
| HSV(B) | 24.15º | 0.75% | 0.84% | - |
| XYZ | 34.58 | 27.37 | 6.95 | - |
| YUV | 139.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 54 | 0 | 0.45 | 0.75 | 0.16 | 24.15 | 0.65 | 0.52 |
| Hex | D5 | 76 | 36 | 0 | 2D | 4B | 10 | 18 | 41 | 34 |
| Octal | 325 | 166 | 66 | 0 | 55 | 113 | 20 | 30 | 101 | 64 |
| Binary | 11010101 | 1110110 | 110110 | 0 | 101101 | 1001011 | 10000 | 11000 | 1000001 | 110100 |
Color Harmonies of #D57636
Complementary color
Monochromatic Colors of #D57636
Black with #D57636
Text Example
Text Example
White with #D57636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57636; }
p { color: rgb(213,118,54); }
H1.HeaderClassName
{
color: #D57636;
}
.AnyTagClassName
{
color: #D57636;
}
</style>
background-color css
<style>
a { background-color: #D57636; }
a { background-color: rgb(213,118,54); }
div.DivClassName
{
background-color: #D57636;
}
.BgClassName
{
background-color: #D57636;
}
</style>
border-color css
<style>
span { border-color: #D57636; }
span { border-color: rgb(213,118,54); }
td.TdClassName
{
border-color: #D57636;
}
.TagClassName
{
border-color: #D57636;
}
</style>