Shades of Tenne (Tawny) #DB480F
Tints of Tenne (Tawny) #DB480F
RGB
CMYK
RGB Variations
Color information
#DB480F (or 0xDB480F) is known color: Tenne (Tawny). HEX triplet: DB, 48 and 0F. RGB value is (219,72,15). Sum of RGB (Red+Green+Blue) = 219+72+15=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB480F is #24B7F0. Grayscale: #6D6D6D. Windows color (decimal): -2406385 or 1001691. OLE color: 1001691.
HSL color Cylindrical-coordinate representation of color #DB480F: hue angle of 16.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB480F is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 15 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.14 |
| HSL | 16.76º | 0.87% | 0.46% | - |
| HSV(B) | 16.76º | 0.93% | 0.86% | - |
| XYZ | 31.62 | 19.73 | 2.59 | - |
| YUV | 109.46 | 74.7 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 15 | 0 | 0.67 | 0.93 | 0.14 | 16.76 | 0.87 | 0.46 |
| Hex | DB | 48 | F | 0 | 43 | 5D | E | 11 | 57 | 2E |
| Octal | 333 | 110 | 17 | 0 | 103 | 135 | 16 | 21 | 127 | 56 |
| Binary | 11011011 | 1001000 | 1111 | 0 | 1000011 | 1011101 | 1110 | 10001 | 1010111 | 101110 |
Color Harmonies of #DB480F
Complementary color
Monochromatic Colors of #DB480F
Black with #DB480F
Text Example
Text Example
White with #DB480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB480F; }
p { color: rgb(219,72,15); }
H1.HeaderClassName
{
color: #DB480F;
}
.AnyTagClassName
{
color: #DB480F;
}
</style>
background-color css
<style>
a { background-color: #DB480F; }
a { background-color: rgb(219,72,15); }
div.DivClassName
{
background-color: #DB480F;
}
.BgClassName
{
background-color: #DB480F;
}
</style>
border-color css
<style>
span { border-color: #DB480F; }
span { border-color: rgb(219,72,15); }
td.TdClassName
{
border-color: #DB480F;
}
.TagClassName
{
border-color: #DB480F;
}
</style>