Shades of Tenne (Tawny) #DB4D11
Tints of Tenne (Tawny) #DB4D11
RGB
CMYK
RGB Variations
Color information
#DB4D11 (or 0xDB4D11) is known color: Tenne (Tawny). HEX triplet: DB, 4D and 11. RGB value is (219,77,17). Sum of RGB (Red+Green+Blue) = 219+77+17=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4D11 is #24B2EE. Grayscale: #717171. Windows color (decimal): -2405103 or 1134043. OLE color: 1134043.
HSL color Cylindrical-coordinate representation of color #DB4D11: hue angle of 17.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB4D11 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.14 |
| HSL | 17.82º | 0.86% | 0.46% | - |
| HSV(B) | 17.82º | 0.92% | 0.86% | - |
| XYZ | 31.97 | 20.41 | 2.78 | - |
| YUV | 112.62 | 74.04 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 17 | 0 | 0.65 | 0.92 | 0.14 | 17.82 | 0.86 | 0.46 |
| Hex | DB | 4D | 11 | 0 | 41 | 5C | E | 12 | 56 | 2E |
| Octal | 333 | 115 | 21 | 0 | 101 | 134 | 16 | 22 | 126 | 56 |
| Binary | 11011011 | 1001101 | 10001 | 0 | 1000001 | 1011100 | 1110 | 10010 | 1010110 | 101110 |
Color Harmonies of #DB4D11
Complementary color
Monochromatic Colors of #DB4D11
Black with #DB4D11
Text Example
Text Example
White with #DB4D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D11; }
p { color: rgb(219,77,17); }
H1.HeaderClassName
{
color: #DB4D11;
}
.AnyTagClassName
{
color: #DB4D11;
}
</style>
background-color css
<style>
a { background-color: #DB4D11; }
a { background-color: rgb(219,77,17); }
div.DivClassName
{
background-color: #DB4D11;
}
.BgClassName
{
background-color: #DB4D11;
}
</style>
border-color css
<style>
span { border-color: #DB4D11; }
span { border-color: rgb(219,77,17); }
td.TdClassName
{
border-color: #DB4D11;
}
.TagClassName
{
border-color: #DB4D11;
}
</style>