Shades of Tenne (Tawny) #DB4001
Tints of Tenne (Tawny) #DB4001
RGB
CMYK
RGB Variations
Color information
#DB4001 (or 0xDB4001) is known color: Tenne (Tawny). HEX triplet: DB, 40 and 01. RGB value is (219,64,1). Sum of RGB (Red+Green+Blue) = 219+64+1=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4001 is #24BFFE. Grayscale: #676767. Windows color (decimal): -2408447 or 82139. OLE color: 82139.
HSL color Cylindrical-coordinate representation of color #DB4001: hue angle of 17.34º 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 #DB4001 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.14 |
| HSL | 17.34º | 0.99% | 0.43% | - |
| HSV(B) | 17.34º | 1% | 0.86% | - |
| XYZ | 31.05 | 18.73 | 2.01 | - |
| YUV | 103.16 | 70.35 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 1 | 0 | 0.71 | 1.00 | 0.14 | 17.34 | 0.99 | 0.43 |
| Hex | DB | 40 | 1 | 0 | 47 | 64 | E | 11 | 63 | 2B |
| Octal | 333 | 100 | 1 | 0 | 107 | 144 | 16 | 21 | 143 | 53 |
| Binary | 11011011 | 1000000 | 1 | 0 | 1000111 | 1100100 | 1110 | 10001 | 1100011 | 101011 |
Color Harmonies of #DB4001
Complementary color
Monochromatic Colors of #DB4001
Black with #DB4001
Text Example
Text Example
White with #DB4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4001; }
p { color: rgb(219,64,1); }
H1.HeaderClassName
{
color: #DB4001;
}
.AnyTagClassName
{
color: #DB4001;
}
</style>
background-color css
<style>
a { background-color: #DB4001; }
a { background-color: rgb(219,64,1); }
div.DivClassName
{
background-color: #DB4001;
}
.BgClassName
{
background-color: #DB4001;
}
</style>
border-color css
<style>
span { border-color: #DB4001; }
span { border-color: rgb(219,64,1); }
td.TdClassName
{
border-color: #DB4001;
}
.TagClassName
{
border-color: #DB4001;
}
</style>