Shades of Tenne (Tawny) #DB5D00
Tints of Tenne (Tawny) #DB5D00
RGB
CMYK
RGB Variations
Color information
#DB5D00 (or 0xDB5D00) is known color: Tenne (Tawny). HEX triplet: DB, 5D and 00. RGB value is (219,93,0). Sum of RGB (Red+Green+Blue) = 219+93+0=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5D00 is #24A2FF. Grayscale: #787878. Windows color (decimal): -2401024 or 24027. OLE color: 24027.
HSL color Cylindrical-coordinate representation of color #DB5D00: hue angle of 25.48º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB5D00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.14 |
| HSL | 25.48º | 1% | 0.43% | - |
| HSV(B) | 25.48º | 1% | 0.86% | - |
| XYZ | 33.13 | 22.89 | 2.67 | - |
| YUV | 120.07 | 60.24 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 0 | 0 | 0.58 | 1 | 0.14 | 25.48 | 1 | 0.43 |
| Hex | DB | 5D | 0 | 0 | 3A | 64 | E | 19 | 64 | 2B |
| Octal | 333 | 135 | 0 | 0 | 72 | 144 | 16 | 31 | 144 | 53 |
| Binary | 11011011 | 1011101 | 0 | 0 | 111010 | 1100100 | 1110 | 11001 | 1100100 | 101011 |
Color Harmonies of #DB5D00
Complementary color
Monochromatic Colors of #DB5D00
Black with #DB5D00
Text Example
Text Example
White with #DB5D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D00; }
p { color: rgb(219,93,0); }
H1.HeaderClassName
{
color: #DB5D00;
}
.AnyTagClassName
{
color: #DB5D00;
}
</style>
background-color css
<style>
a { background-color: #DB5D00; }
a { background-color: rgb(219,93,0); }
div.DivClassName
{
background-color: #DB5D00;
}
.BgClassName
{
background-color: #DB5D00;
}
</style>
border-color css
<style>
span { border-color: #DB5D00; }
span { border-color: rgb(219,93,0); }
td.TdClassName
{
border-color: #DB5D00;
}
.TagClassName
{
border-color: #DB5D00;
}
</style>