Shades of Tenne (Tawny) #DB490C
Tints of Tenne (Tawny) #DB490C
RGB
CMYK
RGB Variations
Color information
#DB490C (or 0xDB490C) is known color: Tenne (Tawny). HEX triplet: DB, 49 and 0C. RGB value is (219,73,12). Sum of RGB (Red+Green+Blue) = 219+73+12=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB490C is #24B6F3. Grayscale: #6E6E6E. Windows color (decimal): -2406132 or 805339. OLE color: 805339.
HSL color Cylindrical-coordinate representation of color #DB490C: hue angle of 17.68º 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 #DB490C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.14 |
| HSL | 17.68º | 0.9% | 0.45% | - |
| HSV(B) | 17.68º | 0.95% | 0.86% | - |
| XYZ | 31.66 | 19.85 | 2.51 | - |
| YUV | 109.7 | 72.87 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 12 | 0 | 0.67 | 0.95 | 0.14 | 17.68 | 0.9 | 0.45 |
| Hex | DB | 49 | C | 0 | 43 | 5F | E | 12 | 5A | 2D |
| Octal | 333 | 111 | 14 | 0 | 103 | 137 | 16 | 22 | 132 | 55 |
| Binary | 11011011 | 1001001 | 1100 | 0 | 1000011 | 1011111 | 1110 | 10010 | 1011010 | 101101 |
Color Harmonies of #DB490C
Complementary color
Monochromatic Colors of #DB490C
Black with #DB490C
Text Example
Text Example
White with #DB490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB490C; }
p { color: rgb(219,73,12); }
H1.HeaderClassName
{
color: #DB490C;
}
.AnyTagClassName
{
color: #DB490C;
}
</style>
background-color css
<style>
a { background-color: #DB490C; }
a { background-color: rgb(219,73,12); }
div.DivClassName
{
background-color: #DB490C;
}
.BgClassName
{
background-color: #DB490C;
}
</style>
border-color css
<style>
span { border-color: #DB490C; }
span { border-color: rgb(219,73,12); }
td.TdClassName
{
border-color: #DB490C;
}
.TagClassName
{
border-color: #DB490C;
}
</style>