Shades of Tenne (Tawny) #DB4401
Tints of Tenne (Tawny) #DB4401
RGB
CMYK
RGB Variations
Color information
#DB4401 (or 0xDB4401) is known color: Tenne (Tawny). HEX triplet: DB, 44 and 01. RGB value is (219,68,1). Sum of RGB (Red+Green+Blue) = 219+68+1=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4401 is #24BBFE. Grayscale: #696969. Windows color (decimal): -2407423 or 83163. OLE color: 83163.
HSL color Cylindrical-coordinate representation of color #DB4401: hue angle of 18.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB4401 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.14 |
| HSL | 18.44º | 0.99% | 0.43% | - |
| HSV(B) | 18.44º | 1% | 0.86% | - |
| XYZ | 31.29 | 19.2 | 2.09 | - |
| YUV | 105.51 | 69.03 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 1 | 0 | 0.69 | 1.00 | 0.14 | 18.44 | 0.99 | 0.43 |
| Hex | DB | 44 | 1 | 0 | 45 | 64 | E | 12 | 63 | 2B |
| Octal | 333 | 104 | 1 | 0 | 105 | 144 | 16 | 22 | 143 | 53 |
| Binary | 11011011 | 1000100 | 1 | 0 | 1000101 | 1100100 | 1110 | 10010 | 1100011 | 101011 |
Color Harmonies of #DB4401
Complementary color
Monochromatic Colors of #DB4401
Black with #DB4401
Text Example
Text Example
White with #DB4401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4401; }
p { color: rgb(219,68,1); }
H1.HeaderClassName
{
color: #DB4401;
}
.AnyTagClassName
{
color: #DB4401;
}
</style>
background-color css
<style>
a { background-color: #DB4401; }
a { background-color: rgb(219,68,1); }
div.DivClassName
{
background-color: #DB4401;
}
.BgClassName
{
background-color: #DB4401;
}
</style>
border-color css
<style>
span { border-color: #DB4401; }
span { border-color: rgb(219,68,1); }
td.TdClassName
{
border-color: #DB4401;
}
.TagClassName
{
border-color: #DB4401;
}
</style>