Shades of Tango #D2743B
Tints of Tango #D2743B
RGB
CMYK
RGB Variations
Color information
#D2743B (or 0xD2743B) is known color: Tango. HEX triplet: D2, 74 and 3B. RGB value is (210,116,59). Sum of RGB (Red+Green+Blue) = 210+116+59=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2743B is #2D8BC4. Grayscale: #898989. Windows color (decimal): -2984901 or 3896530. OLE color: 3896530.
HSL color Cylindrical-coordinate representation of color #D2743B: hue angle of 22.65º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2743B is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 59 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.18 |
| HSL | 22.65º | 0.63% | 0.53% | - |
| HSV(B) | 22.65º | 0.72% | 0.82% | - |
| XYZ | 33.61 | 26.51 | 7.48 | - |
| YUV | 137.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 59 | 0 | 0.45 | 0.72 | 0.18 | 22.65 | 0.63 | 0.53 |
| Hex | D2 | 74 | 3B | 0 | 2D | 48 | 12 | 17 | 3F | 35 |
| Octal | 322 | 164 | 73 | 0 | 55 | 110 | 22 | 27 | 77 | 65 |
| Binary | 11010010 | 1110100 | 111011 | 0 | 101101 | 1001000 | 10010 | 10111 | 111111 | 110101 |
Color Harmonies of #D2743B
Complementary color
Monochromatic Colors of #D2743B
Black with #D2743B
Text Example
Text Example
White with #D2743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2743B; }
p { color: rgb(210,116,59); }
H1.HeaderClassName
{
color: #D2743B;
}
.AnyTagClassName
{
color: #D2743B;
}
</style>
background-color css
<style>
a { background-color: #D2743B; }
a { background-color: rgb(210,116,59); }
div.DivClassName
{
background-color: #D2743B;
}
.BgClassName
{
background-color: #D2743B;
}
</style>
border-color css
<style>
span { border-color: #D2743B; }
span { border-color: rgb(210,116,59); }
td.TdClassName
{
border-color: #D2743B;
}
.TagClassName
{
border-color: #D2743B;
}
</style>