Shades of Tenne (Tawny) #DB5C0C
Tints of Tenne (Tawny) #DB5C0C
RGB
CMYK
RGB Variations
Color information
#DB5C0C (or 0xDB5C0C) is known color: Tenne (Tawny). HEX triplet: DB, 5C and 0C. RGB value is (219,92,12). Sum of RGB (Red+Green+Blue) = 219+92+12=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5C0C is #24A3F3. Grayscale: #797979. Windows color (decimal): -2401268 or 810203. OLE color: 810203.
HSL color Cylindrical-coordinate representation of color #DB5C0C: hue angle of 23.19º 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 #DB5C0C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.14 |
| HSL | 23.19º | 0.9% | 0.45% | - |
| HSV(B) | 23.19º | 0.95% | 0.86% | - |
| XYZ | 33.11 | 22.74 | 2.99 | - |
| YUV | 120.85 | 66.58 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 12 | 0 | 0.58 | 0.95 | 0.14 | 23.19 | 0.9 | 0.45 |
| Hex | DB | 5C | C | 0 | 3A | 5F | E | 17 | 5A | 2D |
| Octal | 333 | 134 | 14 | 0 | 72 | 137 | 16 | 27 | 132 | 55 |
| Binary | 11011011 | 1011100 | 1100 | 0 | 111010 | 1011111 | 1110 | 10111 | 1011010 | 101101 |
Color Harmonies of #DB5C0C
Complementary color
Monochromatic Colors of #DB5C0C
Black with #DB5C0C
Text Example
Text Example
White with #DB5C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C0C; }
p { color: rgb(219,92,12); }
H1.HeaderClassName
{
color: #DB5C0C;
}
.AnyTagClassName
{
color: #DB5C0C;
}
</style>
background-color css
<style>
a { background-color: #DB5C0C; }
a { background-color: rgb(219,92,12); }
div.DivClassName
{
background-color: #DB5C0C;
}
.BgClassName
{
background-color: #DB5C0C;
}
</style>
border-color css
<style>
span { border-color: #DB5C0C; }
span { border-color: rgb(219,92,12); }
td.TdClassName
{
border-color: #DB5C0C;
}
.TagClassName
{
border-color: #DB5C0C;
}
</style>