Shades of Tenne (Tawny) #DB4000
Tints of Tenne (Tawny) #DB4000
RGB
CMYK
RGB Variations
Color information
#DB4000 (or 0xDB4000) is known color: Tenne (Tawny). HEX triplet: DB, 40 and 00. RGB value is (219,64,0). Sum of RGB (Red+Green+Blue) = 219+64+0=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4000 is #24BFFF. Grayscale: #676767. Windows color (decimal): -2408448 or 16603. OLE color: 16603.
HSL color Cylindrical-coordinate representation of color #DB4000: hue angle of 17.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB4000 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.14 |
| HSL | 17.53º | 1% | 0.43% | - |
| HSV(B) | 17.53º | 1% | 0.86% | - |
| XYZ | 31.05 | 18.73 | 1.98 | - |
| YUV | 103.05 | 69.85 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 0 | 0 | 0.71 | 1 | 0.14 | 17.53 | 1 | 0.43 |
| Hex | DB | 40 | 0 | 0 | 47 | 64 | E | 12 | 64 | 2B |
| Octal | 333 | 100 | 0 | 0 | 107 | 144 | 16 | 22 | 144 | 53 |
| Binary | 11011011 | 1000000 | 0 | 0 | 1000111 | 1100100 | 1110 | 10010 | 1100100 | 101011 |
Color Harmonies of #DB4000
Complementary color
Monochromatic Colors of #DB4000
Black with #DB4000
Text Example
Text Example
White with #DB4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4000; }
p { color: rgb(219,64,0); }
H1.HeaderClassName
{
color: #DB4000;
}
.AnyTagClassName
{
color: #DB4000;
}
</style>
background-color css
<style>
a { background-color: #DB4000; }
a { background-color: rgb(219,64,0); }
div.DivClassName
{
background-color: #DB4000;
}
.BgClassName
{
background-color: #DB4000;
}
</style>
border-color css
<style>
span { border-color: #DB4000; }
span { border-color: rgb(219,64,0); }
td.TdClassName
{
border-color: #DB4000;
}
.TagClassName
{
border-color: #DB4000;
}
</style>