Shades of Tango #D57632
Tints of Tango #D57632
RGB
CMYK
RGB Variations
Color information
#D57632 (or 0xD57632) is known color: Tango. HEX triplet: D5, 76 and 32. RGB value is (213,118,50). Sum of RGB (Red+Green+Blue) = 213+118+50=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D57632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57632 is #2A89CD. Grayscale: #8B8B8B. Windows color (decimal): -2787790 or 3307221. OLE color: 3307221.
HSL color Cylindrical-coordinate representation of color #D57632: hue angle of 25.03º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D57632 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 50 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.16 |
| HSL | 25.03º | 0.66% | 0.52% | - |
| HSV(B) | 25.03º | 0.77% | 0.84% | - |
| XYZ | 34.49 | 27.33 | 6.48 | - |
| YUV | 138.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 50 | 0 | 0.45 | 0.77 | 0.16 | 25.03 | 0.66 | 0.52 |
| Hex | D5 | 76 | 32 | 0 | 2D | 4D | 10 | 19 | 42 | 34 |
| Octal | 325 | 166 | 62 | 0 | 55 | 115 | 20 | 31 | 102 | 64 |
| Binary | 11010101 | 1110110 | 110010 | 0 | 101101 | 1001101 | 10000 | 11001 | 1000010 | 110100 |
Color Harmonies of #D57632
Complementary color
Monochromatic Colors of #D57632
Black with #D57632
Text Example
Text Example
White with #D57632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57632; }
p { color: rgb(213,118,50); }
H1.HeaderClassName
{
color: #D57632;
}
.AnyTagClassName
{
color: #D57632;
}
</style>
background-color css
<style>
a { background-color: #D57632; }
a { background-color: rgb(213,118,50); }
div.DivClassName
{
background-color: #D57632;
}
.BgClassName
{
background-color: #D57632;
}
</style>
border-color css
<style>
span { border-color: #D57632; }
span { border-color: rgb(213,118,50); }
td.TdClassName
{
border-color: #D57632;
}
.TagClassName
{
border-color: #D57632;
}
</style>