Shades of Tenne (Tawny) #DB4500
Tints of Tenne (Tawny) #DB4500
RGB
CMYK
RGB Variations
Color information
#DB4500 (or 0xDB4500) is known color: Tenne (Tawny). HEX triplet: DB, 45 and 00. RGB value is (219,69,0). Sum of RGB (Red+Green+Blue) = 219+69+0=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4500 is #24BAFF. Grayscale: #6A6A6A. Windows color (decimal): -2407168 or 17883. OLE color: 17883.
HSL color Cylindrical-coordinate representation of color #DB4500: hue angle of 18.9º 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 #DB4500 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.14 |
| HSL | 18.9º | 1% | 0.43% | - |
| HSV(B) | 18.9º | 1% | 0.86% | - |
| XYZ | 31.34 | 19.32 | 2.08 | - |
| YUV | 105.98 | 68.2 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 0 | 0 | 0.68 | 1 | 0.14 | 18.9 | 1 | 0.43 |
| Hex | DB | 45 | 0 | 0 | 44 | 64 | E | 13 | 64 | 2B |
| Octal | 333 | 105 | 0 | 0 | 104 | 144 | 16 | 23 | 144 | 53 |
| Binary | 11011011 | 1000101 | 0 | 0 | 1000100 | 1100100 | 1110 | 10011 | 1100100 | 101011 |
Color Harmonies of #DB4500
Complementary color
Monochromatic Colors of #DB4500
Black with #DB4500
Text Example
Text Example
White with #DB4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4500; }
p { color: rgb(219,69,0); }
H1.HeaderClassName
{
color: #DB4500;
}
.AnyTagClassName
{
color: #DB4500;
}
</style>
background-color css
<style>
a { background-color: #DB4500; }
a { background-color: rgb(219,69,0); }
div.DivClassName
{
background-color: #DB4500;
}
.BgClassName
{
background-color: #DB4500;
}
</style>
border-color css
<style>
span { border-color: #DB4500; }
span { border-color: rgb(219,69,0); }
td.TdClassName
{
border-color: #DB4500;
}
.TagClassName
{
border-color: #DB4500;
}
</style>