Shades of Tango #D47838
Tints of Tango #D47838
RGB
CMYK
RGB Variations
Color information
#D47838 (or 0xD47838) is known color: Tango. HEX triplet: D4, 78 and 38. RGB value is (212,120,56). Sum of RGB (Red+Green+Blue) = 212+120+56=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D47838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47838 is #2B87C7. Grayscale: #8C8C8C. Windows color (decimal): -2852808 or 3700948. OLE color: 3700948.
HSL color Cylindrical-coordinate representation of color #D47838: hue angle of 24.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D47838 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 56 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.17 |
| HSL | 24.62º | 0.64% | 0.53% | - |
| HSV(B) | 24.62º | 0.74% | 0.83% | - |
| XYZ | 34.58 | 27.72 | 7.27 | - |
| YUV | 140.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 56 | 0 | 0.43 | 0.74 | 0.17 | 24.62 | 0.64 | 0.53 |
| Hex | D4 | 78 | 38 | 0 | 2B | 4A | 11 | 19 | 40 | 35 |
| Octal | 324 | 170 | 70 | 0 | 53 | 112 | 21 | 31 | 100 | 65 |
| Binary | 11010100 | 1111000 | 111000 | 0 | 101011 | 1001010 | 10001 | 11001 | 1000000 | 110101 |
Color Harmonies of #D47838
Complementary color
Monochromatic Colors of #D47838
Black with #D47838
Text Example
Text Example
White with #D47838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47838; }
p { color: rgb(212,120,56); }
H1.HeaderClassName
{
color: #D47838;
}
.AnyTagClassName
{
color: #D47838;
}
</style>
background-color css
<style>
a { background-color: #D47838; }
a { background-color: rgb(212,120,56); }
div.DivClassName
{
background-color: #D47838;
}
.BgClassName
{
background-color: #D47838;
}
</style>
border-color css
<style>
span { border-color: #D47838; }
span { border-color: rgb(212,120,56); }
td.TdClassName
{
border-color: #D47838;
}
.TagClassName
{
border-color: #D47838;
}
</style>