Shades of Tenne (Tawny) #DB5D0A
Tints of Tenne (Tawny) #DB5D0A
RGB
CMYK
RGB Variations
Color information
#DB5D0A (or 0xDB5D0A) is known color: Tenne (Tawny). HEX triplet: DB, 5D and 0A. RGB value is (219,93,10). Sum of RGB (Red+Green+Blue) = 219+93+10=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5D0A is #24A2F5. Grayscale: #797979. Windows color (decimal): -2401014 or 679387. OLE color: 679387.
HSL color Cylindrical-coordinate representation of color #DB5D0A: hue angle of 23.83º degrees, saturation: 0.91, 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 #DB5D0A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 93 | 10 | - |
CMYK | 0 | 0.58 | 0.95 | 0.14 |
HSL | 23.83º | 0.91% | 0.45% | - |
HSV(B) | 23.83º | 0.95% | 0.86% | - |
XYZ | 33.18 | 22.91 | 2.96 | - |
YUV | 121.21 | 65.24 | 197.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 93 | 10 | 0 | 0.58 | 0.95 | 0.14 | 23.83 | 0.91 | 0.45 |
Hex | DB | 5D | A | 0 | 3A | 5F | E | 18 | 5B | 2D |
Octal | 333 | 135 | 12 | 0 | 72 | 137 | 16 | 30 | 133 | 55 |
Binary | 11011011 | 1011101 | 1010 | 0 | 111010 | 1011111 | 1110 | 11000 | 1011011 | 101101 |
Color Harmonies of #DB5D0A
Complementary color
Monochromatic Colors of #DB5D0A
Black with #DB5D0A
Text Example
Text Example
White with #DB5D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D0A; }
p { color: rgb(219,93,10); }
H1.HeaderClassName
{
color: #DB5D0A;
}
.AnyTagClassName
{
color: #DB5D0A;
}
</style>
background-color css
<style>
a { background-color: #DB5D0A; }
a { background-color: rgb(219,93,10); }
div.DivClassName
{
background-color: #DB5D0A;
}
.BgClassName
{
background-color: #DB5D0A;
}
</style>
border-color css
<style>
span { border-color: #DB5D0A; }
span { border-color: rgb(219,93,10); }
td.TdClassName
{
border-color: #DB5D0A;
}
.TagClassName
{
border-color: #DB5D0A;
}
</style>