Shades of Tango #DB7233
Tints of Tango #DB7233
RGB
CMYK
RGB Variations
Color information
#DB7233 (or 0xDB7233) is known color: Tango. HEX triplet: DB, 72 and 33. RGB value is (219,114,51). Sum of RGB (Red+Green+Blue) = 219+114+51=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7233 is #248DCC. Grayscale: #8A8A8A. Windows color (decimal): -2395597 or 3371739. OLE color: 3371739.
HSL color Cylindrical-coordinate representation of color #DB7233: hue angle of 22.5º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB7233 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 51 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.14 |
| HSL | 22.5º | 0.7% | 0.53% | - |
| HSV(B) | 22.5º | 0.77% | 0.86% | - |
| XYZ | 35.83 | 27.33 | 6.52 | - |
| YUV | 138.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 51 | 0 | 0.48 | 0.77 | 0.14 | 22.5 | 0.7 | 0.53 |
| Hex | DB | 72 | 33 | 0 | 30 | 4D | E | 16 | 46 | 35 |
| Octal | 333 | 162 | 63 | 0 | 60 | 115 | 16 | 26 | 106 | 65 |
| Binary | 11011011 | 1110010 | 110011 | 0 | 110000 | 1001101 | 1110 | 10110 | 1000110 | 110101 |
Color Harmonies of #DB7233
Complementary color
Monochromatic Colors of #DB7233
Black with #DB7233
Text Example
Text Example
White with #DB7233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7233; }
p { color: rgb(219,114,51); }
H1.HeaderClassName
{
color: #DB7233;
}
.AnyTagClassName
{
color: #DB7233;
}
</style>
background-color css
<style>
a { background-color: #DB7233; }
a { background-color: rgb(219,114,51); }
div.DivClassName
{
background-color: #DB7233;
}
.BgClassName
{
background-color: #DB7233;
}
</style>
border-color css
<style>
span { border-color: #DB7233; }
span { border-color: rgb(219,114,51); }
td.TdClassName
{
border-color: #DB7233;
}
.TagClassName
{
border-color: #DB7233;
}
</style>