Shades of Tenne (Tawny) #DB5E0C
Tints of Tenne (Tawny) #DB5E0C
RGB
CMYK
RGB Variations
Color information
#DB5E0C (or 0xDB5E0C) is known color: Tenne (Tawny). HEX triplet: DB, 5E and 0C. RGB value is (219,94,12). Sum of RGB (Red+Green+Blue) = 219+94+12=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5E0C is #24A1F3. Grayscale: #7A7A7A. Windows color (decimal): -2400756 or 810715. OLE color: 810715.
HSL color Cylindrical-coordinate representation of color #DB5E0C: hue angle of 23.77º 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 #DB5E0C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.14 |
| HSL | 23.77º | 0.9% | 0.45% | - |
| HSV(B) | 23.77º | 0.95% | 0.86% | - |
| XYZ | 33.28 | 23.09 | 3.05 | - |
| YUV | 122.03 | 65.91 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 12 | 0 | 0.57 | 0.95 | 0.14 | 23.77 | 0.9 | 0.45 |
| Hex | DB | 5E | C | 0 | 39 | 5F | E | 18 | 5A | 2D |
| Octal | 333 | 136 | 14 | 0 | 71 | 137 | 16 | 30 | 132 | 55 |
| Binary | 11011011 | 1011110 | 1100 | 0 | 111001 | 1011111 | 1110 | 11000 | 1011010 | 101101 |
Color Harmonies of #DB5E0C
Complementary color
Monochromatic Colors of #DB5E0C
Black with #DB5E0C
Text Example
Text Example
White with #DB5E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E0C; }
p { color: rgb(219,94,12); }
H1.HeaderClassName
{
color: #DB5E0C;
}
.AnyTagClassName
{
color: #DB5E0C;
}
</style>
background-color css
<style>
a { background-color: #DB5E0C; }
a { background-color: rgb(219,94,12); }
div.DivClassName
{
background-color: #DB5E0C;
}
.BgClassName
{
background-color: #DB5E0C;
}
</style>
border-color css
<style>
span { border-color: #DB5E0C; }
span { border-color: rgb(219,94,12); }
td.TdClassName
{
border-color: #DB5E0C;
}
.TagClassName
{
border-color: #DB5E0C;
}
</style>