Shades of Tenne (Tawny) #DB4B14
Tints of Tenne (Tawny) #DB4B14
RGB
CMYK
RGB Variations
Color information
#DB4B14 (or 0xDB4B14) is known color: Tenne (Tawny). HEX triplet: DB, 4B and 14. RGB value is (219,75,20). Sum of RGB (Red+Green+Blue) = 219+75+20=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B14 is #24B4EB. Grayscale: #707070. Windows color (decimal): -2405612 or 1330139. OLE color: 1330139.
HSL color Cylindrical-coordinate representation of color #DB4B14: hue angle of 16.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB4B14 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 20 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.14 |
| HSL | 16.58º | 0.83% | 0.47% | - |
| HSV(B) | 16.58º | 0.91% | 0.86% | - |
| XYZ | 31.86 | 20.14 | 2.87 | - |
| YUV | 111.79 | 76.21 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 20 | 0 | 0.66 | 0.91 | 0.14 | 16.58 | 0.83 | 0.47 |
| Hex | DB | 4B | 14 | 0 | 42 | 5B | E | 11 | 53 | 2F |
| Octal | 333 | 113 | 24 | 0 | 102 | 133 | 16 | 21 | 123 | 57 |
| Binary | 11011011 | 1001011 | 10100 | 0 | 1000010 | 1011011 | 1110 | 10001 | 1010011 | 101111 |
Color Harmonies of #DB4B14
Complementary color
Monochromatic Colors of #DB4B14
Black with #DB4B14
Text Example
Text Example
White with #DB4B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B14; }
p { color: rgb(219,75,20); }
H1.HeaderClassName
{
color: #DB4B14;
}
.AnyTagClassName
{
color: #DB4B14;
}
</style>
background-color css
<style>
a { background-color: #DB4B14; }
a { background-color: rgb(219,75,20); }
div.DivClassName
{
background-color: #DB4B14;
}
.BgClassName
{
background-color: #DB4B14;
}
</style>
border-color css
<style>
span { border-color: #DB4B14; }
span { border-color: rgb(219,75,20); }
td.TdClassName
{
border-color: #DB4B14;
}
.TagClassName
{
border-color: #DB4B14;
}
</style>