Shades of Tango #DB7635
Tints of Tango #DB7635
RGB
CMYK
RGB Variations
Color information
#DB7635 (or 0xDB7635) is known color: Tango. HEX triplet: DB, 76 and 35. RGB value is (219,118,53). Sum of RGB (Red+Green+Blue) = 219+118+53=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7635 is #2489CA. Grayscale: #8D8D8D. Windows color (decimal): -2394571 or 3503835. OLE color: 3503835.
HSL color Cylindrical-coordinate representation of color #DB7635: hue angle of 23.49º 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 #DB7635 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 53 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.14 |
| HSL | 23.49º | 0.7% | 0.53% | - |
| HSV(B) | 23.49º | 0.76% | 0.86% | - |
| XYZ | 36.33 | 28.27 | 6.91 | - |
| YUV | 140.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 53 | 0 | 0.46 | 0.76 | 0.14 | 23.49 | 0.7 | 0.53 |
| Hex | DB | 76 | 35 | 0 | 2E | 4C | E | 17 | 46 | 35 |
| Octal | 333 | 166 | 65 | 0 | 56 | 114 | 16 | 27 | 106 | 65 |
| Binary | 11011011 | 1110110 | 110101 | 0 | 101110 | 1001100 | 1110 | 10111 | 1000110 | 110101 |
Color Harmonies of #DB7635
Complementary color
Monochromatic Colors of #DB7635
Black with #DB7635
Text Example
Text Example
White with #DB7635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7635; }
p { color: rgb(219,118,53); }
H1.HeaderClassName
{
color: #DB7635;
}
.AnyTagClassName
{
color: #DB7635;
}
</style>
background-color css
<style>
a { background-color: #DB7635; }
a { background-color: rgb(219,118,53); }
div.DivClassName
{
background-color: #DB7635;
}
.BgClassName
{
background-color: #DB7635;
}
</style>
border-color css
<style>
span { border-color: #DB7635; }
span { border-color: rgb(219,118,53); }
td.TdClassName
{
border-color: #DB7635;
}
.TagClassName
{
border-color: #DB7635;
}
</style>