Shades of Tenne (Tawny) #DB5D0B
Tints of Tenne (Tawny) #DB5D0B
RGB
CMYK
RGB Variations
Color information
#DB5D0B (or 0xDB5D0B) is known color: Tenne (Tawny). HEX triplet: DB, 5D and 0B. RGB value is (219,93,11). Sum of RGB (Red+Green+Blue) = 219+93+11=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5D0B is #24A2F4. Grayscale: #797979. Windows color (decimal): -2401013 or 744923. OLE color: 744923.
HSL color Cylindrical-coordinate representation of color #DB5D0B: hue angle of 23.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB5D0B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.14 |
| HSL | 23.65º | 0.9% | 0.45% | - |
| HSV(B) | 23.65º | 0.95% | 0.86% | - |
| XYZ | 33.19 | 22.91 | 2.99 | - |
| YUV | 121.33 | 65.74 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 11 | 0 | 0.58 | 0.95 | 0.14 | 23.65 | 0.9 | 0.45 |
| Hex | DB | 5D | B | 0 | 3A | 5F | E | 18 | 5A | 2D |
| Octal | 333 | 135 | 13 | 0 | 72 | 137 | 16 | 30 | 132 | 55 |
| Binary | 11011011 | 1011101 | 1011 | 0 | 111010 | 1011111 | 1110 | 11000 | 1011010 | 101101 |
Color Harmonies of #DB5D0B
Complementary color
Monochromatic Colors of #DB5D0B
Black with #DB5D0B
Text Example
Text Example
White with #DB5D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D0B; }
p { color: rgb(219,93,11); }
H1.HeaderClassName
{
color: #DB5D0B;
}
.AnyTagClassName
{
color: #DB5D0B;
}
</style>
background-color css
<style>
a { background-color: #DB5D0B; }
a { background-color: rgb(219,93,11); }
div.DivClassName
{
background-color: #DB5D0B;
}
.BgClassName
{
background-color: #DB5D0B;
}
</style>
border-color css
<style>
span { border-color: #DB5D0B; }
span { border-color: rgb(219,93,11); }
td.TdClassName
{
border-color: #DB5D0B;
}
.TagClassName
{
border-color: #DB5D0B;
}
</style>