Shades of Tenne (Tawny) #DB4B11
Tints of Tenne (Tawny) #DB4B11
RGB
CMYK
RGB Variations
Color information
#DB4B11 (or 0xDB4B11) is known color: Tenne (Tawny). HEX triplet: DB, 4B and 11. RGB value is (219,75,17). Sum of RGB (Red+Green+Blue) = 219+75+17=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B11 is #24B4EE. Grayscale: #6F6F6F. Windows color (decimal): -2405615 or 1133531. OLE color: 1133531.
HSL color Cylindrical-coordinate representation of color #DB4B11: hue angle of 17.23º 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 #DB4B11 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 17 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.14 |
| HSL | 17.23º | 0.86% | 0.46% | - |
| HSV(B) | 17.23º | 0.92% | 0.86% | - |
| XYZ | 31.83 | 20.13 | 2.74 | - |
| YUV | 111.44 | 74.71 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 17 | 0 | 0.66 | 0.92 | 0.14 | 17.23 | 0.86 | 0.46 |
| Hex | DB | 4B | 11 | 0 | 42 | 5C | E | 11 | 56 | 2E |
| Octal | 333 | 113 | 21 | 0 | 102 | 134 | 16 | 21 | 126 | 56 |
| Binary | 11011011 | 1001011 | 10001 | 0 | 1000010 | 1011100 | 1110 | 10001 | 1010110 | 101110 |
Color Harmonies of #DB4B11
Complementary color
Monochromatic Colors of #DB4B11
Black with #DB4B11
Text Example
Text Example
White with #DB4B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B11; }
p { color: rgb(219,75,17); }
H1.HeaderClassName
{
color: #DB4B11;
}
.AnyTagClassName
{
color: #DB4B11;
}
</style>
background-color css
<style>
a { background-color: #DB4B11; }
a { background-color: rgb(219,75,17); }
div.DivClassName
{
background-color: #DB4B11;
}
.BgClassName
{
background-color: #DB4B11;
}
</style>
border-color css
<style>
span { border-color: #DB4B11; }
span { border-color: rgb(219,75,17); }
td.TdClassName
{
border-color: #DB4B11;
}
.TagClassName
{
border-color: #DB4B11;
}
</style>