Shades of Tango #D2713C
Tints of Tango #D2713C
RGB
CMYK
RGB Variations
Color information
#D2713C (or 0xD2713C) is known color: Tango. HEX triplet: D2, 71 and 3C. RGB value is (210,113,60). Sum of RGB (Red+Green+Blue) = 210+113+60=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2713C is #2D8EC3. Grayscale: #888888. Windows color (decimal): -2985668 or 3961298. OLE color: 3961298.
HSL color Cylindrical-coordinate representation of color #D2713C: hue angle of 21.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2713C is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 60 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.18 |
| HSL | 21.2º | 0.63% | 0.53% | - |
| HSV(B) | 21.2º | 0.71% | 0.82% | - |
| XYZ | 33.3 | 25.84 | 7.51 | - |
| YUV | 135.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 60 | 0 | 0.46 | 0.71 | 0.18 | 21.2 | 0.63 | 0.53 |
| Hex | D2 | 71 | 3C | 0 | 2E | 47 | 12 | 15 | 3E | 35 |
| Octal | 322 | 161 | 74 | 0 | 56 | 107 | 22 | 25 | 76 | 65 |
| Binary | 11010010 | 1110001 | 111100 | 0 | 101110 | 1000111 | 10010 | 10101 | 111110 | 110101 |
Color Harmonies of #D2713C
Complementary color
Monochromatic Colors of #D2713C
Black with #D2713C
Text Example
Text Example
White with #D2713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2713C; }
p { color: rgb(210,113,60); }
H1.HeaderClassName
{
color: #D2713C;
}
.AnyTagClassName
{
color: #D2713C;
}
</style>
background-color css
<style>
a { background-color: #D2713C; }
a { background-color: rgb(210,113,60); }
div.DivClassName
{
background-color: #D2713C;
}
.BgClassName
{
background-color: #D2713C;
}
</style>
border-color css
<style>
span { border-color: #D2713C; }
span { border-color: rgb(210,113,60); }
td.TdClassName
{
border-color: #D2713C;
}
.TagClassName
{
border-color: #D2713C;
}
</style>