Shades of Tenne (Tawny) #DB500D
Tints of Tenne (Tawny) #DB500D
RGB
CMYK
RGB Variations
Color information
#DB500D (or 0xDB500D) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 0D. RGB value is (219,80,13). Sum of RGB (Red+Green+Blue) = 219+80+13=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB500D is #24AFF2. Grayscale: #727272. Windows color (decimal): -2404339 or 872667. OLE color: 872667.
HSL color Cylindrical-coordinate representation of color #DB500D: hue angle of 19.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB500D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.14 |
| HSL | 19.51º | 0.89% | 0.45% | - |
| HSV(B) | 19.51º | 0.94% | 0.86% | - |
| XYZ | 32.15 | 20.83 | 2.71 | - |
| YUV | 113.92 | 71.05 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 13 | 0 | 0.63 | 0.94 | 0.14 | 19.51 | 0.89 | 0.45 |
| Hex | DB | 50 | D | 0 | 3F | 5E | E | 14 | 59 | 2D |
| Octal | 333 | 120 | 15 | 0 | 77 | 136 | 16 | 24 | 131 | 55 |
| Binary | 11011011 | 1010000 | 1101 | 0 | 111111 | 1011110 | 1110 | 10100 | 1011001 | 101101 |
Color Harmonies of #DB500D
Complementary color
Monochromatic Colors of #DB500D
Black with #DB500D
Text Example
Text Example
White with #DB500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB500D; }
p { color: rgb(219,80,13); }
H1.HeaderClassName
{
color: #DB500D;
}
.AnyTagClassName
{
color: #DB500D;
}
</style>
background-color css
<style>
a { background-color: #DB500D; }
a { background-color: rgb(219,80,13); }
div.DivClassName
{
background-color: #DB500D;
}
.BgClassName
{
background-color: #DB500D;
}
</style>
border-color css
<style>
span { border-color: #DB500D; }
span { border-color: rgb(219,80,13); }
td.TdClassName
{
border-color: #DB500D;
}
.TagClassName
{
border-color: #DB500D;
}
</style>