Shades of Tenne (Tawny) #DB4A0C
Tints of Tenne (Tawny) #DB4A0C
RGB
CMYK
RGB Variations
Color information
#DB4A0C (or 0xDB4A0C) is known color: Tenne (Tawny). HEX triplet: DB, 4A and 0C. RGB value is (219,74,12). Sum of RGB (Red+Green+Blue) = 219+74+12=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A0C is #24B5F3. Grayscale: #6E6E6E. Windows color (decimal): -2405876 or 805595. OLE color: 805595.
HSL color Cylindrical-coordinate representation of color #DB4A0C: hue angle of 17.97º 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 #DB4A0C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.14 |
| HSL | 17.97º | 0.9% | 0.45% | - |
| HSV(B) | 17.97º | 0.95% | 0.86% | - |
| XYZ | 31.73 | 19.98 | 2.53 | - |
| YUV | 110.29 | 72.54 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 12 | 0 | 0.66 | 0.95 | 0.14 | 17.97 | 0.9 | 0.45 |
| Hex | DB | 4A | C | 0 | 42 | 5F | E | 12 | 5A | 2D |
| Octal | 333 | 112 | 14 | 0 | 102 | 137 | 16 | 22 | 132 | 55 |
| Binary | 11011011 | 1001010 | 1100 | 0 | 1000010 | 1011111 | 1110 | 10010 | 1011010 | 101101 |
Color Harmonies of #DB4A0C
Complementary color
Monochromatic Colors of #DB4A0C
Black with #DB4A0C
Text Example
Text Example
White with #DB4A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A0C; }
p { color: rgb(219,74,12); }
H1.HeaderClassName
{
color: #DB4A0C;
}
.AnyTagClassName
{
color: #DB4A0C;
}
</style>
background-color css
<style>
a { background-color: #DB4A0C; }
a { background-color: rgb(219,74,12); }
div.DivClassName
{
background-color: #DB4A0C;
}
.BgClassName
{
background-color: #DB4A0C;
}
</style>
border-color css
<style>
span { border-color: #DB4A0C; }
span { border-color: rgb(219,74,12); }
td.TdClassName
{
border-color: #DB4A0C;
}
.TagClassName
{
border-color: #DB4A0C;
}
</style>