Shades of Tango #D56E32
Tints of Tango #D56E32
RGB
CMYK
RGB Variations
Color information
#D56E32 (or 0xD56E32) is known color: Tango. HEX triplet: D5, 6E and 32. RGB value is (213,110,50). Sum of RGB (Red+Green+Blue) = 213+110+50=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E32 is #2A91CD. Grayscale: #868686. Windows color (decimal): -2789838 or 3305173. OLE color: 3305173.
HSL color Cylindrical-coordinate representation of color #D56E32: hue angle of 22.09º 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 #D56E32 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 50 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.16 |
| HSL | 22.09º | 0.66% | 0.52% | - |
| HSV(B) | 22.09º | 0.77% | 0.84% | - |
| XYZ | 33.59 | 25.53 | 6.17 | - |
| YUV | 133.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 50 | 0 | 0.48 | 0.77 | 0.16 | 22.09 | 0.66 | 0.52 |
| Hex | D5 | 6E | 32 | 0 | 30 | 4D | 10 | 16 | 42 | 34 |
| Octal | 325 | 156 | 62 | 0 | 60 | 115 | 20 | 26 | 102 | 64 |
| Binary | 11010101 | 1101110 | 110010 | 0 | 110000 | 1001101 | 10000 | 10110 | 1000010 | 110100 |
Color Harmonies of #D56E32
Complementary color
Monochromatic Colors of #D56E32
Black with #D56E32
Text Example
Text Example
White with #D56E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E32; }
p { color: rgb(213,110,50); }
H1.HeaderClassName
{
color: #D56E32;
}
.AnyTagClassName
{
color: #D56E32;
}
</style>
background-color css
<style>
a { background-color: #D56E32; }
a { background-color: rgb(213,110,50); }
div.DivClassName
{
background-color: #D56E32;
}
.BgClassName
{
background-color: #D56E32;
}
</style>
border-color css
<style>
span { border-color: #D56E32; }
span { border-color: rgb(213,110,50); }
td.TdClassName
{
border-color: #D56E32;
}
.TagClassName
{
border-color: #D56E32;
}
</style>