Shades of Tenne (Tawny) #DB4408
Tints of Tenne (Tawny) #DB4408
RGB
CMYK
RGB Variations
Color information
#DB4408 (or 0xDB4408) is known color: Tenne (Tawny). HEX triplet: DB, 44 and 08. RGB value is (219,68,8). Sum of RGB (Red+Green+Blue) = 219+68+8=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4408 is #24BBF7. Grayscale: #6A6A6A. Windows color (decimal): -2407416 or 541915. OLE color: 541915.
HSL color Cylindrical-coordinate representation of color #DB4408: hue angle of 17.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB4408 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 8 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.14 |
| HSL | 17.06º | 0.93% | 0.45% | - |
| HSV(B) | 17.06º | 0.96% | 0.86% | - |
| XYZ | 31.32 | 19.21 | 2.29 | - |
| YUV | 106.31 | 72.53 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 8 | 0 | 0.69 | 0.96 | 0.14 | 17.06 | 0.93 | 0.45 |
| Hex | DB | 44 | 8 | 0 | 45 | 60 | E | 11 | 5D | 2D |
| Octal | 333 | 104 | 10 | 0 | 105 | 140 | 16 | 21 | 135 | 55 |
| Binary | 11011011 | 1000100 | 1000 | 0 | 1000101 | 1100000 | 1110 | 10001 | 1011101 | 101101 |
Color Harmonies of #DB4408
Complementary color
Monochromatic Colors of #DB4408
Black with #DB4408
Text Example
Text Example
White with #DB4408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4408; }
p { color: rgb(219,68,8); }
H1.HeaderClassName
{
color: #DB4408;
}
.AnyTagClassName
{
color: #DB4408;
}
</style>
background-color css
<style>
a { background-color: #DB4408; }
a { background-color: rgb(219,68,8); }
div.DivClassName
{
background-color: #DB4408;
}
.BgClassName
{
background-color: #DB4408;
}
</style>
border-color css
<style>
span { border-color: #DB4408; }
span { border-color: rgb(219,68,8); }
td.TdClassName
{
border-color: #DB4408;
}
.TagClassName
{
border-color: #DB4408;
}
</style>