Shades of Tenne (Tawny) #DB4D0F
Tints of Tenne (Tawny) #DB4D0F
RGB
CMYK
RGB Variations
Color information
#DB4D0F (or 0xDB4D0F) is known color: Tenne (Tawny). HEX triplet: DB, 4D and 0F. RGB value is (219,77,15). Sum of RGB (Red+Green+Blue) = 219+77+15=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4D0F is #24B2F0. Grayscale: #707070. Windows color (decimal): -2405105 or 1002971. OLE color: 1002971.
HSL color Cylindrical-coordinate representation of color #DB4D0F: hue angle of 18.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB4D0F is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 15 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.14 |
| HSL | 18.24º | 0.87% | 0.46% | - |
| HSV(B) | 18.24º | 0.93% | 0.86% | - |
| XYZ | 31.95 | 20.4 | 2.71 | - |
| YUV | 112.39 | 73.04 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 15 | 0 | 0.65 | 0.93 | 0.14 | 18.24 | 0.87 | 0.46 |
| Hex | DB | 4D | F | 0 | 41 | 5D | E | 12 | 57 | 2E |
| Octal | 333 | 115 | 17 | 0 | 101 | 135 | 16 | 22 | 127 | 56 |
| Binary | 11011011 | 1001101 | 1111 | 0 | 1000001 | 1011101 | 1110 | 10010 | 1010111 | 101110 |
Color Harmonies of #DB4D0F
Complementary color
Monochromatic Colors of #DB4D0F
Black with #DB4D0F
Text Example
Text Example
White with #DB4D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D0F; }
p { color: rgb(219,77,15); }
H1.HeaderClassName
{
color: #DB4D0F;
}
.AnyTagClassName
{
color: #DB4D0F;
}
</style>
background-color css
<style>
a { background-color: #DB4D0F; }
a { background-color: rgb(219,77,15); }
div.DivClassName
{
background-color: #DB4D0F;
}
.BgClassName
{
background-color: #DB4D0F;
}
</style>
border-color css
<style>
span { border-color: #DB4D0F; }
span { border-color: rgb(219,77,15); }
td.TdClassName
{
border-color: #DB4D0F;
}
.TagClassName
{
border-color: #DB4D0F;
}
</style>