Shades of Tenne (Tawny) #DB480E
Tints of Tenne (Tawny) #DB480E
RGB
CMYK
RGB Variations
Color information
#DB480E (or 0xDB480E) is known color: Tenne (Tawny). HEX triplet: DB, 48 and 0E. RGB value is (219,72,14). Sum of RGB (Red+Green+Blue) = 219+72+14=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB480E is #24B7F1. Grayscale: #6D6D6D. Windows color (decimal): -2406386 or 936155. OLE color: 936155.
HSL color Cylindrical-coordinate representation of color #DB480E: hue angle of 16.98º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB480E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.14 |
| HSL | 16.98º | 0.88% | 0.46% | - |
| HSV(B) | 16.98º | 0.94% | 0.86% | - |
| XYZ | 31.61 | 19.73 | 2.56 | - |
| YUV | 109.34 | 74.2 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 14 | 0 | 0.67 | 0.94 | 0.14 | 16.98 | 0.88 | 0.46 |
| Hex | DB | 48 | E | 0 | 43 | 5E | E | 11 | 58 | 2E |
| Octal | 333 | 110 | 16 | 0 | 103 | 136 | 16 | 21 | 130 | 56 |
| Binary | 11011011 | 1001000 | 1110 | 0 | 1000011 | 1011110 | 1110 | 10001 | 1011000 | 101110 |
Color Harmonies of #DB480E
Complementary color
Monochromatic Colors of #DB480E
Black with #DB480E
Text Example
Text Example
White with #DB480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB480E; }
p { color: rgb(219,72,14); }
H1.HeaderClassName
{
color: #DB480E;
}
.AnyTagClassName
{
color: #DB480E;
}
</style>
background-color css
<style>
a { background-color: #DB480E; }
a { background-color: rgb(219,72,14); }
div.DivClassName
{
background-color: #DB480E;
}
.BgClassName
{
background-color: #DB480E;
}
</style>
border-color css
<style>
span { border-color: #DB480E; }
span { border-color: rgb(219,72,14); }
td.TdClassName
{
border-color: #DB480E;
}
.TagClassName
{
border-color: #DB480E;
}
</style>