Shades of Tango #D57735
Tints of Tango #D57735
RGB
CMYK
RGB Variations
Color information
#D57735 (or 0xD57735) is known color: Tango. HEX triplet: D5, 77 and 35. RGB value is (213,119,53). Sum of RGB (Red+Green+Blue) = 213+119+53=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D57735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57735 is #2A88CA. Grayscale: #8B8B8B. Windows color (decimal): -2787531 or 3504085. OLE color: 3504085.
HSL color Cylindrical-coordinate representation of color #D57735: hue angle of 24.75º degrees, saturation: 0.66, 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 #D57735 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 53 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.16 |
| HSL | 24.75º | 0.66% | 0.52% | - |
| HSV(B) | 24.75º | 0.75% | 0.84% | - |
| XYZ | 34.68 | 27.6 | 6.87 | - |
| YUV | 139.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 53 | 0 | 0.44 | 0.75 | 0.16 | 24.75 | 0.66 | 0.52 |
| Hex | D5 | 77 | 35 | 0 | 2C | 4B | 10 | 19 | 42 | 34 |
| Octal | 325 | 167 | 65 | 0 | 54 | 113 | 20 | 31 | 102 | 64 |
| Binary | 11010101 | 1110111 | 110101 | 0 | 101100 | 1001011 | 10000 | 11001 | 1000010 | 110100 |
Color Harmonies of #D57735
Complementary color
Monochromatic Colors of #D57735
Black with #D57735
Text Example
Text Example
White with #D57735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57735; }
p { color: rgb(213,119,53); }
H1.HeaderClassName
{
color: #D57735;
}
.AnyTagClassName
{
color: #D57735;
}
</style>
background-color css
<style>
a { background-color: #D57735; }
a { background-color: rgb(213,119,53); }
div.DivClassName
{
background-color: #D57735;
}
.BgClassName
{
background-color: #D57735;
}
</style>
border-color css
<style>
span { border-color: #D57735; }
span { border-color: rgb(213,119,53); }
td.TdClassName
{
border-color: #D57735;
}
.TagClassName
{
border-color: #D57735;
}
</style>