Shades of Tenne (Tawny) #DB4E01
Tints of Tenne (Tawny) #DB4E01
RGB
CMYK
RGB Variations
Color information
#DB4E01 (or 0xDB4E01) is known color: Tenne (Tawny). HEX triplet: DB, 4E and 01. RGB value is (219,78,1). Sum of RGB (Red+Green+Blue) = 219+78+1=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E01 is #24B1FE. Grayscale: #6F6F6F. Windows color (decimal): -2404863 or 85723. OLE color: 85723.
HSL color Cylindrical-coordinate representation of color #DB4E01: hue angle of 21.19º 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 #DB4E01 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.14 |
| HSL | 21.19º | 0.99% | 0.43% | - |
| HSV(B) | 21.19º | 1% | 0.86% | - |
| XYZ | 31.94 | 20.51 | 2.3 | - |
| YUV | 111.38 | 65.71 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 1 | 0 | 0.64 | 1.00 | 0.14 | 21.19 | 0.99 | 0.43 |
| Hex | DB | 4E | 1 | 0 | 40 | 64 | E | 15 | 63 | 2B |
| Octal | 333 | 116 | 1 | 0 | 100 | 144 | 16 | 25 | 143 | 53 |
| Binary | 11011011 | 1001110 | 1 | 0 | 1000000 | 1100100 | 1110 | 10101 | 1100011 | 101011 |
Color Harmonies of #DB4E01
Complementary color
Monochromatic Colors of #DB4E01
Black with #DB4E01
Text Example
Text Example
White with #DB4E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E01; }
p { color: rgb(219,78,1); }
H1.HeaderClassName
{
color: #DB4E01;
}
.AnyTagClassName
{
color: #DB4E01;
}
</style>
background-color css
<style>
a { background-color: #DB4E01; }
a { background-color: rgb(219,78,1); }
div.DivClassName
{
background-color: #DB4E01;
}
.BgClassName
{
background-color: #DB4E01;
}
</style>
border-color css
<style>
span { border-color: #DB4E01; }
span { border-color: rgb(219,78,1); }
td.TdClassName
{
border-color: #DB4E01;
}
.TagClassName
{
border-color: #DB4E01;
}
</style>