Shades of Tenne (Tawny) #DB4C11
Tints of Tenne (Tawny) #DB4C11
RGB
CMYK
RGB Variations
Color information
#DB4C11 (or 0xDB4C11) is known color: Tenne (Tawny). HEX triplet: DB, 4C and 11. RGB value is (219,76,17). Sum of RGB (Red+Green+Blue) = 219+76+17=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4C11 is #24B3EE. Grayscale: #707070. Windows color (decimal): -2405359 or 1133787. OLE color: 1133787.
HSL color Cylindrical-coordinate representation of color #DB4C11: hue angle of 17.52º 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 #DB4C11 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.14 |
| HSL | 17.52º | 0.86% | 0.46% | - |
| HSV(B) | 17.52º | 0.92% | 0.86% | - |
| XYZ | 31.9 | 20.27 | 2.76 | - |
| YUV | 112.03 | 74.38 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 17 | 0 | 0.65 | 0.92 | 0.14 | 17.52 | 0.86 | 0.46 |
| Hex | DB | 4C | 11 | 0 | 41 | 5C | E | 12 | 56 | 2E |
| Octal | 333 | 114 | 21 | 0 | 101 | 134 | 16 | 22 | 126 | 56 |
| Binary | 11011011 | 1001100 | 10001 | 0 | 1000001 | 1011100 | 1110 | 10010 | 1010110 | 101110 |
Color Harmonies of #DB4C11
Complementary color
Monochromatic Colors of #DB4C11
Black with #DB4C11
Text Example
Text Example
White with #DB4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C11; }
p { color: rgb(219,76,17); }
H1.HeaderClassName
{
color: #DB4C11;
}
.AnyTagClassName
{
color: #DB4C11;
}
</style>
background-color css
<style>
a { background-color: #DB4C11; }
a { background-color: rgb(219,76,17); }
div.DivClassName
{
background-color: #DB4C11;
}
.BgClassName
{
background-color: #DB4C11;
}
</style>
border-color css
<style>
span { border-color: #DB4C11; }
span { border-color: rgb(219,76,17); }
td.TdClassName
{
border-color: #DB4C11;
}
.TagClassName
{
border-color: #DB4C11;
}
</style>