Shades of Tenne (Tawny) #DB500C
Tints of Tenne (Tawny) #DB500C
RGB
CMYK
RGB Variations
Color information
#DB500C (or 0xDB500C) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 0C. RGB value is (219,80,12). Sum of RGB (Red+Green+Blue) = 219+80+12=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB500C is #24AFF3. Grayscale: #727272. Windows color (decimal): -2404340 or 807131. OLE color: 807131.
HSL color Cylindrical-coordinate representation of color #DB500C: hue angle of 19.71º 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 #DB500C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.14 |
| HSL | 19.71º | 0.9% | 0.45% | - |
| HSV(B) | 19.71º | 0.95% | 0.86% | - |
| XYZ | 32.15 | 20.82 | 2.67 | - |
| YUV | 113.81 | 70.55 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 12 | 0 | 0.63 | 0.95 | 0.14 | 19.71 | 0.9 | 0.45 |
| Hex | DB | 50 | C | 0 | 3F | 5F | E | 14 | 5A | 2D |
| Octal | 333 | 120 | 14 | 0 | 77 | 137 | 16 | 24 | 132 | 55 |
| Binary | 11011011 | 1010000 | 1100 | 0 | 111111 | 1011111 | 1110 | 10100 | 1011010 | 101101 |
Color Harmonies of #DB500C
Complementary color
Monochromatic Colors of #DB500C
Black with #DB500C
Text Example
Text Example
White with #DB500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB500C; }
p { color: rgb(219,80,12); }
H1.HeaderClassName
{
color: #DB500C;
}
.AnyTagClassName
{
color: #DB500C;
}
</style>
background-color css
<style>
a { background-color: #DB500C; }
a { background-color: rgb(219,80,12); }
div.DivClassName
{
background-color: #DB500C;
}
.BgClassName
{
background-color: #DB500C;
}
</style>
border-color css
<style>
span { border-color: #DB500C; }
span { border-color: rgb(219,80,12); }
td.TdClassName
{
border-color: #DB500C;
}
.TagClassName
{
border-color: #DB500C;
}
</style>