Shades of Tenne (Tawny) #DB5A0B
Tints of Tenne (Tawny) #DB5A0B
RGB
CMYK
RGB Variations
Color information
#DB5A0B (or 0xDB5A0B) is known color: Tenne (Tawny). HEX triplet: DB, 5A and 0B. RGB value is (219,90,11). Sum of RGB (Red+Green+Blue) = 219+90+11=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A0B is #24A5F4. Grayscale: #787878. Windows color (decimal): -2401781 or 744155. OLE color: 744155.
HSL color Cylindrical-coordinate representation of color #DB5A0B: hue angle of 22.79º 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 #DB5A0B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.14 |
| HSL | 22.79º | 0.9% | 0.45% | - |
| HSV(B) | 22.79º | 0.95% | 0.86% | - |
| XYZ | 32.93 | 22.4 | 2.9 | - |
| YUV | 119.57 | 66.74 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 11 | 0 | 0.59 | 0.95 | 0.14 | 22.79 | 0.9 | 0.45 |
| Hex | DB | 5A | B | 0 | 3B | 5F | E | 17 | 5A | 2D |
| Octal | 333 | 132 | 13 | 0 | 73 | 137 | 16 | 27 | 132 | 55 |
| Binary | 11011011 | 1011010 | 1011 | 0 | 111011 | 1011111 | 1110 | 10111 | 1011010 | 101101 |
Color Harmonies of #DB5A0B
Complementary color
Monochromatic Colors of #DB5A0B
Black with #DB5A0B
Text Example
Text Example
White with #DB5A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A0B; }
p { color: rgb(219,90,11); }
H1.HeaderClassName
{
color: #DB5A0B;
}
.AnyTagClassName
{
color: #DB5A0B;
}
</style>
background-color css
<style>
a { background-color: #DB5A0B; }
a { background-color: rgb(219,90,11); }
div.DivClassName
{
background-color: #DB5A0B;
}
.BgClassName
{
background-color: #DB5A0B;
}
</style>
border-color css
<style>
span { border-color: #DB5A0B; }
span { border-color: rgb(219,90,11); }
td.TdClassName
{
border-color: #DB5A0B;
}
.TagClassName
{
border-color: #DB5A0B;
}
</style>