Shades of Tango #D26E33
Tints of Tango #D26E33
RGB
CMYK
RGB Variations
Color information
#D26E33 (or 0xD26E33) is known color: Tango. HEX triplet: D2, 6E and 33. RGB value is (210,110,51). Sum of RGB (Red+Green+Blue) = 210+110+51=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26E33 is #2D91CC. Grayscale: #858585. Windows color (decimal): -2986445 or 3370706. OLE color: 3370706.
HSL color Cylindrical-coordinate representation of color #D26E33: hue angle of 22.26º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D26E33 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 51 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.18 |
| HSL | 22.26º | 0.64% | 0.51% | - |
| HSV(B) | 22.26º | 0.76% | 0.82% | - |
| XYZ | 32.75 | 25.09 | 6.25 | - |
| YUV | 133.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 51 | 0 | 0.48 | 0.76 | 0.18 | 22.26 | 0.64 | 0.51 |
| Hex | D2 | 6E | 33 | 0 | 30 | 4C | 12 | 16 | 40 | 33 |
| Octal | 322 | 156 | 63 | 0 | 60 | 114 | 22 | 26 | 100 | 63 |
| Binary | 11010010 | 1101110 | 110011 | 0 | 110000 | 1001100 | 10010 | 10110 | 1000000 | 110011 |
Color Harmonies of #D26E33
Complementary color
Monochromatic Colors of #D26E33
Black with #D26E33
Text Example
Text Example
White with #D26E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E33; }
p { color: rgb(210,110,51); }
H1.HeaderClassName
{
color: #D26E33;
}
.AnyTagClassName
{
color: #D26E33;
}
</style>
background-color css
<style>
a { background-color: #D26E33; }
a { background-color: rgb(210,110,51); }
div.DivClassName
{
background-color: #D26E33;
}
.BgClassName
{
background-color: #D26E33;
}
</style>
border-color css
<style>
span { border-color: #D26E33; }
span { border-color: rgb(210,110,51); }
td.TdClassName
{
border-color: #D26E33;
}
.TagClassName
{
border-color: #D26E33;
}
</style>