Shades of Tango #D46E2C
Tints of Tango #D46E2C
RGB
CMYK
RGB Variations
Color information
#D46E2C (or 0xD46E2C) is known color: Tango. HEX triplet: D4, 6E and 2C. RGB value is (212,110,44). Sum of RGB (Red+Green+Blue) = 212+110+44=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46E2C is #2B91D3. Grayscale: #858585. Windows color (decimal): -2855380 or 2911956. OLE color: 2911956.
HSL color Cylindrical-coordinate representation of color #D46E2C: hue angle of 23.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D46E2C is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 110 | 44 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.17 |
| HSL | 23.57º | 0.66% | 0.5% | - |
| HSV(B) | 23.57º | 0.79% | 0.83% | - |
| XYZ | 33.18 | 25.33 | 5.52 | - |
| YUV | 132.97 | 77.79 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 44 | 0 | 0.48 | 0.79 | 0.17 | 23.57 | 0.66 | 0.5 |
| Hex | D4 | 6E | 2C | 0 | 30 | 4F | 11 | 18 | 42 | 32 |
| Octal | 324 | 156 | 54 | 0 | 60 | 117 | 21 | 30 | 102 | 62 |
| Binary | 11010100 | 1101110 | 101100 | 0 | 110000 | 1001111 | 10001 | 11000 | 1000010 | 110010 |
Color Harmonies of #D46E2C
Complementary color
Monochromatic Colors of #D46E2C
Black with #D46E2C
Text Example
Text Example
White with #D46E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46E2C; }
p { color: rgb(212,110,44); }
H1.HeaderClassName
{
color: #D46E2C;
}
.AnyTagClassName
{
color: #D46E2C;
}
</style>
background-color css
<style>
a { background-color: #D46E2C; }
a { background-color: rgb(212,110,44); }
div.DivClassName
{
background-color: #D46E2C;
}
.BgClassName
{
background-color: #D46E2C;
}
</style>
border-color css
<style>
span { border-color: #D46E2C; }
span { border-color: rgb(212,110,44); }
td.TdClassName
{
border-color: #D46E2C;
}
.TagClassName
{
border-color: #D46E2C;
}
</style>