Shades of Tenne (Tawny) #DB4D07
Tints of Tenne (Tawny) #DB4D07
RGB
CMYK
RGB Variations
Color information
#DB4D07 (or 0xDB4D07) is known color: Tenne (Tawny). HEX triplet: DB, 4D and 07. RGB value is (219,77,7). Sum of RGB (Red+Green+Blue) = 219+77+7=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4D07 is #24B2F8. Grayscale: #6F6F6F. Windows color (decimal): -2405113 or 478683. OLE color: 478683.
HSL color Cylindrical-coordinate representation of color #DB4D07: hue angle of 19.81º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB4D07 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.14 |
| HSL | 19.81º | 0.94% | 0.44% | - |
| HSV(B) | 19.81º | 0.97% | 0.86% | - |
| XYZ | 31.91 | 20.38 | 2.45 | - |
| YUV | 111.48 | 69.04 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 7 | 0 | 0.65 | 0.97 | 0.14 | 19.81 | 0.94 | 0.44 |
| Hex | DB | 4D | 7 | 0 | 41 | 61 | E | 14 | 5E | 2C |
| Octal | 333 | 115 | 7 | 0 | 101 | 141 | 16 | 24 | 136 | 54 |
| Binary | 11011011 | 1001101 | 111 | 0 | 1000001 | 1100001 | 1110 | 10100 | 1011110 | 101100 |
Color Harmonies of #DB4D07
Complementary color
Monochromatic Colors of #DB4D07
Black with #DB4D07
Text Example
Text Example
White with #DB4D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D07; }
p { color: rgb(219,77,7); }
H1.HeaderClassName
{
color: #DB4D07;
}
.AnyTagClassName
{
color: #DB4D07;
}
</style>
background-color css
<style>
a { background-color: #DB4D07; }
a { background-color: rgb(219,77,7); }
div.DivClassName
{
background-color: #DB4D07;
}
.BgClassName
{
background-color: #DB4D07;
}
</style>
border-color css
<style>
span { border-color: #DB4D07; }
span { border-color: rgb(219,77,7); }
td.TdClassName
{
border-color: #DB4D07;
}
.TagClassName
{
border-color: #DB4D07;
}
</style>