Shades of Tango #DB7235
Tints of Tango #DB7235
RGB
CMYK
RGB Variations
Color information
#DB7235 (or 0xDB7235) is known color: Tango. HEX triplet: DB, 72 and 35. RGB value is (219,114,53). Sum of RGB (Red+Green+Blue) = 219+114+53=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7235 is #248DCA. Grayscale: #8A8A8A. Windows color (decimal): -2395595 or 3502811. OLE color: 3502811.
HSL color Cylindrical-coordinate representation of color #DB7235: hue angle of 22.05º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB7235 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 53 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.14 |
| HSL | 22.05º | 0.7% | 0.53% | - |
| HSV(B) | 22.05º | 0.76% | 0.86% | - |
| XYZ | 35.87 | 27.35 | 6.76 | - |
| YUV | 138.44 | 79.79 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 53 | 0 | 0.48 | 0.76 | 0.14 | 22.05 | 0.7 | 0.53 |
| Hex | DB | 72 | 35 | 0 | 30 | 4C | E | 16 | 46 | 35 |
| Octal | 333 | 162 | 65 | 0 | 60 | 114 | 16 | 26 | 106 | 65 |
| Binary | 11011011 | 1110010 | 110101 | 0 | 110000 | 1001100 | 1110 | 10110 | 1000110 | 110101 |
Color Harmonies of #DB7235
Complementary color
Monochromatic Colors of #DB7235
Black with #DB7235
Text Example
Text Example
White with #DB7235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7235; }
p { color: rgb(219,114,53); }
H1.HeaderClassName
{
color: #DB7235;
}
.AnyTagClassName
{
color: #DB7235;
}
</style>
background-color css
<style>
a { background-color: #DB7235; }
a { background-color: rgb(219,114,53); }
div.DivClassName
{
background-color: #DB7235;
}
.BgClassName
{
background-color: #DB7235;
}
</style>
border-color css
<style>
span { border-color: #DB7235; }
span { border-color: rgb(219,114,53); }
td.TdClassName
{
border-color: #DB7235;
}
.TagClassName
{
border-color: #DB7235;
}
</style>