Shades of Tango #DB7835
Tints of Tango #DB7835
RGB
CMYK
RGB Variations
Color information
#DB7835 (or 0xDB7835) is known color: Tango. HEX triplet: DB, 78 and 35. RGB value is (219,120,53). Sum of RGB (Red+Green+Blue) = 219+120+53=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7835 is #2487CA. Grayscale: #8E8E8E. Windows color (decimal): -2394059 or 3504347. OLE color: 3504347.
HSL color Cylindrical-coordinate representation of color #DB7835: hue angle of 24.22º 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 #DB7835 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 53 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.14 |
| HSL | 24.22º | 0.7% | 0.53% | - |
| HSV(B) | 24.22º | 0.76% | 0.86% | - |
| XYZ | 36.57 | 28.75 | 6.99 | - |
| YUV | 141.96 | 77.8 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 53 | 0 | 0.45 | 0.76 | 0.14 | 24.22 | 0.7 | 0.53 |
| Hex | DB | 78 | 35 | 0 | 2D | 4C | E | 18 | 46 | 35 |
| Octal | 333 | 170 | 65 | 0 | 55 | 114 | 16 | 30 | 106 | 65 |
| Binary | 11011011 | 1111000 | 110101 | 0 | 101101 | 1001100 | 1110 | 11000 | 1000110 | 110101 |
Color Harmonies of #DB7835
Complementary color
Monochromatic Colors of #DB7835
Black with #DB7835
Text Example
Text Example
White with #DB7835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7835; }
p { color: rgb(219,120,53); }
H1.HeaderClassName
{
color: #DB7835;
}
.AnyTagClassName
{
color: #DB7835;
}
</style>
background-color css
<style>
a { background-color: #DB7835; }
a { background-color: rgb(219,120,53); }
div.DivClassName
{
background-color: #DB7835;
}
.BgClassName
{
background-color: #DB7835;
}
</style>
border-color css
<style>
span { border-color: #DB7835; }
span { border-color: rgb(219,120,53); }
td.TdClassName
{
border-color: #DB7835;
}
.TagClassName
{
border-color: #DB7835;
}
</style>