Shades of Tenne (Tawny) #DB5A05
Tints of Tenne (Tawny) #DB5A05
RGB
CMYK
RGB Variations
Color information
#DB5A05 (or 0xDB5A05) is known color: Tenne (Tawny). HEX triplet: DB, 5A and 05. RGB value is (219,90,5). Sum of RGB (Red+Green+Blue) = 219+90+5=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A05 is #24A5FA. Grayscale: #777777. Windows color (decimal): -2401787 or 350939. OLE color: 350939.
HSL color Cylindrical-coordinate representation of color #DB5A05: hue angle of 23.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB5A05 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.14 |
| HSL | 23.83º | 0.96% | 0.44% | - |
| HSV(B) | 23.83º | 0.98% | 0.86% | - |
| XYZ | 32.9 | 22.38 | 2.73 | - |
| YUV | 118.88 | 63.74 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 5 | 0 | 0.59 | 0.98 | 0.14 | 23.83 | 0.96 | 0.44 |
| Hex | DB | 5A | 5 | 0 | 3B | 62 | E | 18 | 60 | 2C |
| Octal | 333 | 132 | 5 | 0 | 73 | 142 | 16 | 30 | 140 | 54 |
| Binary | 11011011 | 1011010 | 101 | 0 | 111011 | 1100010 | 1110 | 11000 | 1100000 | 101100 |
Color Harmonies of #DB5A05
Complementary color
Monochromatic Colors of #DB5A05
Black with #DB5A05
Text Example
Text Example
White with #DB5A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A05; }
p { color: rgb(219,90,5); }
H1.HeaderClassName
{
color: #DB5A05;
}
.AnyTagClassName
{
color: #DB5A05;
}
</style>
background-color css
<style>
a { background-color: #DB5A05; }
a { background-color: rgb(219,90,5); }
div.DivClassName
{
background-color: #DB5A05;
}
.BgClassName
{
background-color: #DB5A05;
}
</style>
border-color css
<style>
span { border-color: #DB5A05; }
span { border-color: rgb(219,90,5); }
td.TdClassName
{
border-color: #DB5A05;
}
.TagClassName
{
border-color: #DB5A05;
}
</style>