Shades of Tenne (Tawny) #DB500B
Tints of Tenne (Tawny) #DB500B
RGB
CMYK
RGB Variations
Color information
#DB500B (or 0xDB500B) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 0B. RGB value is (219,80,11). Sum of RGB (Red+Green+Blue) = 219+80+11=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB500B is #24AFF4. Grayscale: #727272. Windows color (decimal): -2404341 or 741595. OLE color: 741595.
HSL color Cylindrical-coordinate representation of color #DB500B: hue angle of 19.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB500B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.14 |
| HSL | 19.9º | 0.9% | 0.45% | - |
| HSV(B) | 19.9º | 0.95% | 0.86% | - |
| XYZ | 32.14 | 20.82 | 2.64 | - |
| YUV | 113.7 | 70.05 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 11 | 0 | 0.63 | 0.95 | 0.14 | 19.9 | 0.9 | 0.45 |
| Hex | DB | 50 | B | 0 | 3F | 5F | E | 14 | 5A | 2D |
| Octal | 333 | 120 | 13 | 0 | 77 | 137 | 16 | 24 | 132 | 55 |
| Binary | 11011011 | 1010000 | 1011 | 0 | 111111 | 1011111 | 1110 | 10100 | 1011010 | 101101 |
Color Harmonies of #DB500B
Complementary color
Monochromatic Colors of #DB500B
Black with #DB500B
Text Example
Text Example
White with #DB500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB500B; }
p { color: rgb(219,80,11); }
H1.HeaderClassName
{
color: #DB500B;
}
.AnyTagClassName
{
color: #DB500B;
}
</style>
background-color css
<style>
a { background-color: #DB500B; }
a { background-color: rgb(219,80,11); }
div.DivClassName
{
background-color: #DB500B;
}
.BgClassName
{
background-color: #DB500B;
}
</style>
border-color css
<style>
span { border-color: #DB500B; }
span { border-color: rgb(219,80,11); }
td.TdClassName
{
border-color: #DB500B;
}
.TagClassName
{
border-color: #DB500B;
}
</style>