Shades of Tenne (Tawny) #DB4C0D
Tints of Tenne (Tawny) #DB4C0D
RGB
CMYK
RGB Variations
Color information
#DB4C0D (or 0xDB4C0D) is known color: Tenne (Tawny). HEX triplet: DB, 4C and 0D. RGB value is (219,76,13). Sum of RGB (Red+Green+Blue) = 219+76+13=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4C0D is #24B3F2. Grayscale: #6F6F6F. Windows color (decimal): -2405363 or 871643. OLE color: 871643.
HSL color Cylindrical-coordinate representation of color #DB4C0D: hue angle of 18.35º 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 #DB4C0D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.14 |
| HSL | 18.35º | 0.89% | 0.45% | - |
| HSV(B) | 18.35º | 0.94% | 0.86% | - |
| XYZ | 31.87 | 20.26 | 2.61 | - |
| YUV | 111.58 | 72.38 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 13 | 0 | 0.65 | 0.94 | 0.14 | 18.35 | 0.89 | 0.45 |
| Hex | DB | 4C | D | 0 | 41 | 5E | E | 12 | 59 | 2D |
| Octal | 333 | 114 | 15 | 0 | 101 | 136 | 16 | 22 | 131 | 55 |
| Binary | 11011011 | 1001100 | 1101 | 0 | 1000001 | 1011110 | 1110 | 10010 | 1011001 | 101101 |
Color Harmonies of #DB4C0D
Complementary color
Monochromatic Colors of #DB4C0D
Black with #DB4C0D
Text Example
Text Example
White with #DB4C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C0D; }
p { color: rgb(219,76,13); }
H1.HeaderClassName
{
color: #DB4C0D;
}
.AnyTagClassName
{
color: #DB4C0D;
}
</style>
background-color css
<style>
a { background-color: #DB4C0D; }
a { background-color: rgb(219,76,13); }
div.DivClassName
{
background-color: #DB4C0D;
}
.BgClassName
{
background-color: #DB4C0D;
}
</style>
border-color css
<style>
span { border-color: #DB4C0D; }
span { border-color: rgb(219,76,13); }
td.TdClassName
{
border-color: #DB4C0D;
}
.TagClassName
{
border-color: #DB4C0D;
}
</style>