Shades of Tango #D57436
Tints of Tango #D57436
RGB
CMYK
RGB Variations
Color information
#D57436 (or 0xD57436) is known color: Tango. HEX triplet: D5, 74 and 36. RGB value is (213,116,54). Sum of RGB (Red+Green+Blue) = 213+116+54=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D57436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57436 is #2A8BC9. Grayscale: #8A8A8A. Windows color (decimal): -2788298 or 3568853. OLE color: 3568853.
HSL color Cylindrical-coordinate representation of color #D57436: hue angle of 23.4º 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 #D57436 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 54 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.16 |
| HSL | 23.4º | 0.65% | 0.52% | - |
| HSV(B) | 23.4º | 0.75% | 0.84% | - |
| XYZ | 34.35 | 26.9 | 6.87 | - |
| YUV | 137.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 54 | 0 | 0.46 | 0.75 | 0.16 | 23.4 | 0.65 | 0.52 |
| Hex | D5 | 74 | 36 | 0 | 2E | 4B | 10 | 17 | 41 | 34 |
| Octal | 325 | 164 | 66 | 0 | 56 | 113 | 20 | 27 | 101 | 64 |
| Binary | 11010101 | 1110100 | 110110 | 0 | 101110 | 1001011 | 10000 | 10111 | 1000001 | 110100 |
Color Harmonies of #D57436
Complementary color
Monochromatic Colors of #D57436
Black with #D57436
Text Example
Text Example
White with #D57436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57436; }
p { color: rgb(213,116,54); }
H1.HeaderClassName
{
color: #D57436;
}
.AnyTagClassName
{
color: #D57436;
}
</style>
background-color css
<style>
a { background-color: #D57436; }
a { background-color: rgb(213,116,54); }
div.DivClassName
{
background-color: #D57436;
}
.BgClassName
{
background-color: #D57436;
}
</style>
border-color css
<style>
span { border-color: #D57436; }
span { border-color: rgb(213,116,54); }
td.TdClassName
{
border-color: #D57436;
}
.TagClassName
{
border-color: #D57436;
}
</style>