Shades of Tenne (Tawny) #DB4708
Tints of Tenne (Tawny) #DB4708
RGB
CMYK
RGB Variations
Color information
#DB4708 (or 0xDB4708) is known color: Tenne (Tawny). HEX triplet: DB, 47 and 08. RGB value is (219,71,8). Sum of RGB (Red+Green+Blue) = 219+71+8=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4708 is #24B8F7. Grayscale: #6C6C6C. Windows color (decimal): -2406648 or 542683. OLE color: 542683.
HSL color Cylindrical-coordinate representation of color #DB4708: hue angle of 17.91º 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 #DB4708 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.14 |
| HSL | 17.91º | 0.93% | 0.45% | - |
| HSV(B) | 17.91º | 0.96% | 0.86% | - |
| XYZ | 31.51 | 19.58 | 2.35 | - |
| YUV | 108.07 | 71.53 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 8 | 0 | 0.68 | 0.96 | 0.14 | 17.91 | 0.93 | 0.45 |
| Hex | DB | 47 | 8 | 0 | 44 | 60 | E | 12 | 5D | 2D |
| Octal | 333 | 107 | 10 | 0 | 104 | 140 | 16 | 22 | 135 | 55 |
| Binary | 11011011 | 1000111 | 1000 | 0 | 1000100 | 1100000 | 1110 | 10010 | 1011101 | 101101 |
Color Harmonies of #DB4708
Complementary color
Monochromatic Colors of #DB4708
Black with #DB4708
Text Example
Text Example
White with #DB4708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4708; }
p { color: rgb(219,71,8); }
H1.HeaderClassName
{
color: #DB4708;
}
.AnyTagClassName
{
color: #DB4708;
}
</style>
background-color css
<style>
a { background-color: #DB4708; }
a { background-color: rgb(219,71,8); }
div.DivClassName
{
background-color: #DB4708;
}
.BgClassName
{
background-color: #DB4708;
}
</style>
border-color css
<style>
span { border-color: #DB4708; }
span { border-color: rgb(219,71,8); }
td.TdClassName
{
border-color: #DB4708;
}
.TagClassName
{
border-color: #DB4708;
}
</style>