Shades of Tango #D47736
Tints of Tango #D47736
RGB
CMYK
RGB Variations
Color information
#D47736 (or 0xD47736) is known color: Tango. HEX triplet: D4, 77 and 36. RGB value is (212,119,54). Sum of RGB (Red+Green+Blue) = 212+119+54=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D47736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47736 is #2B88C9. Grayscale: #8B8B8B. Windows color (decimal): -2853066 or 3569620. OLE color: 3569620.
HSL color Cylindrical-coordinate representation of color #D47736: hue angle of 24.68º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D47736 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 119 | 54 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.17 |
| HSL | 24.68º | 0.65% | 0.52% | - |
| HSV(B) | 24.68º | 0.75% | 0.83% | - |
| XYZ | 34.41 | 27.46 | 6.98 | - |
| YUV | 139.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 54 | 0 | 0.44 | 0.75 | 0.17 | 24.68 | 0.65 | 0.52 |
| Hex | D4 | 77 | 36 | 0 | 2C | 4B | 11 | 19 | 41 | 34 |
| Octal | 324 | 167 | 66 | 0 | 54 | 113 | 21 | 31 | 101 | 64 |
| Binary | 11010100 | 1110111 | 110110 | 0 | 101100 | 1001011 | 10001 | 11001 | 1000001 | 110100 |
Color Harmonies of #D47736
Complementary color
Monochromatic Colors of #D47736
Black with #D47736
Text Example
Text Example
White with #D47736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47736; }
p { color: rgb(212,119,54); }
H1.HeaderClassName
{
color: #D47736;
}
.AnyTagClassName
{
color: #D47736;
}
</style>
background-color css
<style>
a { background-color: #D47736; }
a { background-color: rgb(212,119,54); }
div.DivClassName
{
background-color: #D47736;
}
.BgClassName
{
background-color: #D47736;
}
</style>
border-color css
<style>
span { border-color: #D47736; }
span { border-color: rgb(212,119,54); }
td.TdClassName
{
border-color: #D47736;
}
.TagClassName
{
border-color: #D47736;
}
</style>