Shades of Tango #D56D37
Tints of Tango #D56D37
RGB
CMYK
RGB Variations
Color information
#D56D37 (or 0xD56D37) is known color: Tango. HEX triplet: D5, 6D and 37. RGB value is (213,109,55). Sum of RGB (Red+Green+Blue) = 213+109+55=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56D37 is #2A92C8. Grayscale: #868686. Windows color (decimal): -2790089 or 3632597. OLE color: 3632597.
HSL color Cylindrical-coordinate representation of color #D56D37: hue angle of 20.51º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D56D37 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 55 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.16 |
| HSL | 20.51º | 0.65% | 0.53% | - |
| HSV(B) | 20.51º | 0.74% | 0.84% | - |
| XYZ | 33.6 | 25.36 | 6.74 | - |
| YUV | 133.94 | 83.46 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 55 | 0 | 0.49 | 0.74 | 0.16 | 20.51 | 0.65 | 0.53 |
| Hex | D5 | 6D | 37 | 0 | 31 | 4A | 10 | 15 | 41 | 35 |
| Octal | 325 | 155 | 67 | 0 | 61 | 112 | 20 | 25 | 101 | 65 |
| Binary | 11010101 | 1101101 | 110111 | 0 | 110001 | 1001010 | 10000 | 10101 | 1000001 | 110101 |
Color Harmonies of #D56D37
Complementary color
Monochromatic Colors of #D56D37
Black with #D56D37
Text Example
Text Example
White with #D56D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D37; }
p { color: rgb(213,109,55); }
H1.HeaderClassName
{
color: #D56D37;
}
.AnyTagClassName
{
color: #D56D37;
}
</style>
background-color css
<style>
a { background-color: #D56D37; }
a { background-color: rgb(213,109,55); }
div.DivClassName
{
background-color: #D56D37;
}
.BgClassName
{
background-color: #D56D37;
}
</style>
border-color css
<style>
span { border-color: #D56D37; }
span { border-color: rgb(213,109,55); }
td.TdClassName
{
border-color: #D56D37;
}
.TagClassName
{
border-color: #D56D37;
}
</style>