Shades of Tenne (Tawny) #DB5801
Tints of Tenne (Tawny) #DB5801
RGB
CMYK
RGB Variations
Color information
#DB5801 (or 0xDB5801) is known color: Tenne (Tawny). HEX triplet: DB, 58 and 01. RGB value is (219,88,1). Sum of RGB (Red+Green+Blue) = 219+88+1=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5801 is #24A7FE. Grayscale: #757575. Windows color (decimal): -2402303 or 88283. OLE color: 88283.
HSL color Cylindrical-coordinate representation of color #DB5801: hue angle of 23.94º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB5801 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.14 |
| HSL | 23.94º | 0.99% | 0.43% | - |
| HSV(B) | 23.94º | 1% | 0.86% | - |
| XYZ | 32.71 | 22.04 | 2.56 | - |
| YUV | 117.25 | 62.4 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 1 | 0 | 0.60 | 1.00 | 0.14 | 23.94 | 0.99 | 0.43 |
| Hex | DB | 58 | 1 | 0 | 3C | 64 | E | 18 | 63 | 2B |
| Octal | 333 | 130 | 1 | 0 | 74 | 144 | 16 | 30 | 143 | 53 |
| Binary | 11011011 | 1011000 | 1 | 0 | 111100 | 1100100 | 1110 | 11000 | 1100011 | 101011 |
Color Harmonies of #DB5801
Complementary color
Monochromatic Colors of #DB5801
Black with #DB5801
Text Example
Text Example
White with #DB5801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5801; }
p { color: rgb(219,88,1); }
H1.HeaderClassName
{
color: #DB5801;
}
.AnyTagClassName
{
color: #DB5801;
}
</style>
background-color css
<style>
a { background-color: #DB5801; }
a { background-color: rgb(219,88,1); }
div.DivClassName
{
background-color: #DB5801;
}
.BgClassName
{
background-color: #DB5801;
}
</style>
border-color css
<style>
span { border-color: #DB5801; }
span { border-color: rgb(219,88,1); }
td.TdClassName
{
border-color: #DB5801;
}
.TagClassName
{
border-color: #DB5801;
}
</style>