Shades of Tenne (Tawny) #DB5A0C
Tints of Tenne (Tawny) #DB5A0C
RGB
CMYK
RGB Variations
Color information
#DB5A0C (or 0xDB5A0C) is known color: Tenne (Tawny). HEX triplet: DB, 5A and 0C. RGB value is (219,90,12). Sum of RGB (Red+Green+Blue) = 219+90+12=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A0C is #24A5F3. Grayscale: #787878. Windows color (decimal): -2401780 or 809691. OLE color: 809691.
HSL color Cylindrical-coordinate representation of color #DB5A0C: hue angle of 22.61º 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 #DB5A0C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.14 |
| HSL | 22.61º | 0.9% | 0.45% | - |
| HSV(B) | 22.61º | 0.95% | 0.86% | - |
| XYZ | 32.94 | 22.4 | 2.94 | - |
| YUV | 119.68 | 67.24 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 12 | 0 | 0.59 | 0.95 | 0.14 | 22.61 | 0.9 | 0.45 |
| Hex | DB | 5A | C | 0 | 3B | 5F | E | 17 | 5A | 2D |
| Octal | 333 | 132 | 14 | 0 | 73 | 137 | 16 | 27 | 132 | 55 |
| Binary | 11011011 | 1011010 | 1100 | 0 | 111011 | 1011111 | 1110 | 10111 | 1011010 | 101101 |
Color Harmonies of #DB5A0C
Complementary color
Monochromatic Colors of #DB5A0C
Black with #DB5A0C
Text Example
Text Example
White with #DB5A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A0C; }
p { color: rgb(219,90,12); }
H1.HeaderClassName
{
color: #DB5A0C;
}
.AnyTagClassName
{
color: #DB5A0C;
}
</style>
background-color css
<style>
a { background-color: #DB5A0C; }
a { background-color: rgb(219,90,12); }
div.DivClassName
{
background-color: #DB5A0C;
}
.BgClassName
{
background-color: #DB5A0C;
}
</style>
border-color css
<style>
span { border-color: #DB5A0C; }
span { border-color: rgb(219,90,12); }
td.TdClassName
{
border-color: #DB5A0C;
}
.TagClassName
{
border-color: #DB5A0C;
}
</style>