Shades of Tango #D2742B
Tints of Tango #D2742B
RGB
CMYK
RGB Variations
Color information
#D2742B (or 0xD2742B) is known color: Tango. HEX triplet: D2, 74 and 2B. RGB value is (210,116,43). Sum of RGB (Red+Green+Blue) = 210+116+43=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2742B is #2D8BD4. Grayscale: #888888. Windows color (decimal): -2984917 or 2847954. OLE color: 2847954.
HSL color Cylindrical-coordinate representation of color #D2742B: hue angle of 26.23º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2742B is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 43 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.18 |
| HSL | 26.23º | 0.66% | 0.5% | - |
| HSV(B) | 26.23º | 0.8% | 0.82% | - |
| XYZ | 33.26 | 26.37 | 5.62 | - |
| YUV | 135.78 | 75.64 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 43 | 0 | 0.45 | 0.80 | 0.18 | 26.23 | 0.66 | 0.5 |
| Hex | D2 | 74 | 2B | 0 | 2D | 50 | 12 | 1A | 42 | 32 |
| Octal | 322 | 164 | 53 | 0 | 55 | 120 | 22 | 32 | 102 | 62 |
| Binary | 11010010 | 1110100 | 101011 | 0 | 101101 | 1010000 | 10010 | 11010 | 1000010 | 110010 |
Color Harmonies of #D2742B
Complementary color
Monochromatic Colors of #D2742B
Black with #D2742B
Text Example
Text Example
White with #D2742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2742B; }
p { color: rgb(210,116,43); }
H1.HeaderClassName
{
color: #D2742B;
}
.AnyTagClassName
{
color: #D2742B;
}
</style>
background-color css
<style>
a { background-color: #D2742B; }
a { background-color: rgb(210,116,43); }
div.DivClassName
{
background-color: #D2742B;
}
.BgClassName
{
background-color: #D2742B;
}
</style>
border-color css
<style>
span { border-color: #D2742B; }
span { border-color: rgb(210,116,43); }
td.TdClassName
{
border-color: #D2742B;
}
.TagClassName
{
border-color: #D2742B;
}
</style>