Shades of Tenne (Tawny) #DB550D
Tints of Tenne (Tawny) #DB550D
RGB
CMYK
RGB Variations
Color information
#DB550D (or 0xDB550D) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 0D. RGB value is (219,85,13). Sum of RGB (Red+Green+Blue) = 219+85+13=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB550D is #24AAF2. Grayscale: #757575. Windows color (decimal): -2403059 or 873947. OLE color: 873947.
HSL color Cylindrical-coordinate representation of color #DB550D: hue angle of 20.97º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB550D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.14 |
| HSL | 20.97º | 0.89% | 0.45% | - |
| HSV(B) | 20.97º | 0.94% | 0.86% | - |
| XYZ | 32.53 | 21.59 | 2.83 | - |
| YUV | 116.86 | 69.39 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 13 | 0 | 0.61 | 0.94 | 0.14 | 20.97 | 0.89 | 0.45 |
| Hex | DB | 55 | D | 0 | 3D | 5E | E | 15 | 59 | 2D |
| Octal | 333 | 125 | 15 | 0 | 75 | 136 | 16 | 25 | 131 | 55 |
| Binary | 11011011 | 1010101 | 1101 | 0 | 111101 | 1011110 | 1110 | 10101 | 1011001 | 101101 |
Color Harmonies of #DB550D
Complementary color
Monochromatic Colors of #DB550D
Black with #DB550D
Text Example
Text Example
White with #DB550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB550D; }
p { color: rgb(219,85,13); }
H1.HeaderClassName
{
color: #DB550D;
}
.AnyTagClassName
{
color: #DB550D;
}
</style>
background-color css
<style>
a { background-color: #DB550D; }
a { background-color: rgb(219,85,13); }
div.DivClassName
{
background-color: #DB550D;
}
.BgClassName
{
background-color: #DB550D;
}
</style>
border-color css
<style>
span { border-color: #DB550D; }
span { border-color: rgb(219,85,13); }
td.TdClassName
{
border-color: #DB550D;
}
.TagClassName
{
border-color: #DB550D;
}
</style>