Shades of Tango #D56F36
Tints of Tango #D56F36
RGB
CMYK
RGB Variations
Color information
#D56F36 (or 0xD56F36) is known color: Tango. HEX triplet: D5, 6F and 36. RGB value is (213,111,54). Sum of RGB (Red+Green+Blue) = 213+111+54=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F36 is #2A90C9. Grayscale: #878787. Windows color (decimal): -2789578 or 3567573. OLE color: 3567573.
HSL color Cylindrical-coordinate representation of color #D56F36: hue angle of 21.51º 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 #D56F36 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 54 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.16 |
| HSL | 21.51º | 0.65% | 0.52% | - |
| HSV(B) | 21.51º | 0.75% | 0.84% | - |
| XYZ | 33.79 | 25.78 | 6.69 | - |
| YUV | 135 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 54 | 0 | 0.48 | 0.75 | 0.16 | 21.51 | 0.65 | 0.52 |
| Hex | D5 | 6F | 36 | 0 | 30 | 4B | 10 | 16 | 41 | 34 |
| Octal | 325 | 157 | 66 | 0 | 60 | 113 | 20 | 26 | 101 | 64 |
| Binary | 11010101 | 1101111 | 110110 | 0 | 110000 | 1001011 | 10000 | 10110 | 1000001 | 110100 |
Color Harmonies of #D56F36
Complementary color
Monochromatic Colors of #D56F36
Black with #D56F36
Text Example
Text Example
White with #D56F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F36; }
p { color: rgb(213,111,54); }
H1.HeaderClassName
{
color: #D56F36;
}
.AnyTagClassName
{
color: #D56F36;
}
</style>
background-color css
<style>
a { background-color: #D56F36; }
a { background-color: rgb(213,111,54); }
div.DivClassName
{
background-color: #D56F36;
}
.BgClassName
{
background-color: #D56F36;
}
</style>
border-color css
<style>
span { border-color: #D56F36; }
span { border-color: rgb(213,111,54); }
td.TdClassName
{
border-color: #D56F36;
}
.TagClassName
{
border-color: #D56F36;
}
</style>