Shades of Tango #D26E3A
Tints of Tango #D26E3A
RGB
CMYK
RGB Variations
Color information
#D26E3A (or 0xD26E3A) is known color: Tango. HEX triplet: D2, 6E and 3A. RGB value is (210,110,58). Sum of RGB (Red+Green+Blue) = 210+110+58=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26E3A is #2D91C5. Grayscale: #868686. Windows color (decimal): -2986438 or 3829458. OLE color: 3829458.
HSL color Cylindrical-coordinate representation of color #D26E3A: hue angle of 20.53º 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 #D26E3A is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 58 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.18 |
| HSL | 20.53º | 0.63% | 0.53% | - |
| HSV(B) | 20.53º | 0.72% | 0.82% | - |
| XYZ | 32.92 | 25.16 | 7.12 | - |
| YUV | 133.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 58 | 0 | 0.48 | 0.72 | 0.18 | 20.53 | 0.63 | 0.53 |
| Hex | D2 | 6E | 3A | 0 | 30 | 48 | 12 | 15 | 3F | 35 |
| Octal | 322 | 156 | 72 | 0 | 60 | 110 | 22 | 25 | 77 | 65 |
| Binary | 11010010 | 1101110 | 111010 | 0 | 110000 | 1001000 | 10010 | 10101 | 111111 | 110101 |
Color Harmonies of #D26E3A
Complementary color
Monochromatic Colors of #D26E3A
Black with #D26E3A
Text Example
Text Example
White with #D26E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E3A; }
p { color: rgb(210,110,58); }
H1.HeaderClassName
{
color: #D26E3A;
}
.AnyTagClassName
{
color: #D26E3A;
}
</style>
background-color css
<style>
a { background-color: #D26E3A; }
a { background-color: rgb(210,110,58); }
div.DivClassName
{
background-color: #D26E3A;
}
.BgClassName
{
background-color: #D26E3A;
}
</style>
border-color css
<style>
span { border-color: #D26E3A; }
span { border-color: rgb(210,110,58); }
td.TdClassName
{
border-color: #D26E3A;
}
.TagClassName
{
border-color: #D26E3A;
}
</style>