Shades of Tenne (Tawny) #DB4D16
Tints of Tenne (Tawny) #DB4D16
RGB
CMYK
RGB Variations
Color information
#DB4D16 (or 0xDB4D16) is known color: Tenne (Tawny). HEX triplet: DB, 4D and 16. RGB value is (219,77,22). Sum of RGB (Red+Green+Blue) = 219+77+22=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4D16 is #24B2E9. Grayscale: #717171. Windows color (decimal): -2405098 or 1461723. OLE color: 1461723.
HSL color Cylindrical-coordinate representation of color #DB4D16: hue angle of 16.75º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB4D16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 22 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.14 |
| HSL | 16.75º | 0.82% | 0.47% | - |
| HSV(B) | 16.75º | 0.9% | 0.86% | - |
| XYZ | 32.01 | 20.43 | 3.01 | - |
| YUV | 113.19 | 76.54 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 22 | 0 | 0.65 | 0.90 | 0.14 | 16.75 | 0.82 | 0.47 |
| Hex | DB | 4D | 16 | 0 | 41 | 5A | E | 11 | 52 | 2F |
| Octal | 333 | 115 | 26 | 0 | 101 | 132 | 16 | 21 | 122 | 57 |
| Binary | 11011011 | 1001101 | 10110 | 0 | 1000001 | 1011010 | 1110 | 10001 | 1010010 | 101111 |
Color Harmonies of #DB4D16
Complementary color
Monochromatic Colors of #DB4D16
Black with #DB4D16
Text Example
Text Example
White with #DB4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D16; }
p { color: rgb(219,77,22); }
H1.HeaderClassName
{
color: #DB4D16;
}
.AnyTagClassName
{
color: #DB4D16;
}
</style>
background-color css
<style>
a { background-color: #DB4D16; }
a { background-color: rgb(219,77,22); }
div.DivClassName
{
background-color: #DB4D16;
}
.BgClassName
{
background-color: #DB4D16;
}
</style>
border-color css
<style>
span { border-color: #DB4D16; }
span { border-color: rgb(219,77,22); }
td.TdClassName
{
border-color: #DB4D16;
}
.TagClassName
{
border-color: #DB4D16;
}
</style>