Shades of Tenne (Tawny) #DB4B0D
Tints of Tenne (Tawny) #DB4B0D
RGB
CMYK
RGB Variations
Color information
#DB4B0D (or 0xDB4B0D) is known color: Tenne (Tawny). HEX triplet: DB, 4B and 0D. RGB value is (219,75,13). Sum of RGB (Red+Green+Blue) = 219+75+13=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B0D is #24B4F2. Grayscale: #6F6F6F. Windows color (decimal): -2405619 or 871387. OLE color: 871387.
HSL color Cylindrical-coordinate representation of color #DB4B0D: hue angle of 18.06º 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 #DB4B0D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.14 |
| HSL | 18.06º | 0.89% | 0.45% | - |
| HSV(B) | 18.06º | 0.94% | 0.86% | - |
| XYZ | 31.8 | 20.12 | 2.59 | - |
| YUV | 110.99 | 72.71 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 13 | 0 | 0.66 | 0.94 | 0.14 | 18.06 | 0.89 | 0.45 |
| Hex | DB | 4B | D | 0 | 42 | 5E | E | 12 | 59 | 2D |
| Octal | 333 | 113 | 15 | 0 | 102 | 136 | 16 | 22 | 131 | 55 |
| Binary | 11011011 | 1001011 | 1101 | 0 | 1000010 | 1011110 | 1110 | 10010 | 1011001 | 101101 |
Color Harmonies of #DB4B0D
Complementary color
Monochromatic Colors of #DB4B0D
Black with #DB4B0D
Text Example
Text Example
White with #DB4B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B0D; }
p { color: rgb(219,75,13); }
H1.HeaderClassName
{
color: #DB4B0D;
}
.AnyTagClassName
{
color: #DB4B0D;
}
</style>
background-color css
<style>
a { background-color: #DB4B0D; }
a { background-color: rgb(219,75,13); }
div.DivClassName
{
background-color: #DB4B0D;
}
.BgClassName
{
background-color: #DB4B0D;
}
</style>
border-color css
<style>
span { border-color: #DB4B0D; }
span { border-color: rgb(219,75,13); }
td.TdClassName
{
border-color: #DB4B0D;
}
.TagClassName
{
border-color: #DB4B0D;
}
</style>