Shades of Tenne (Tawny) #DB5D01
Tints of Tenne (Tawny) #DB5D01
RGB
CMYK
RGB Variations
Color information
#DB5D01 (or 0xDB5D01) is known color: Tenne (Tawny). HEX triplet: DB, 5D and 01. RGB value is (219,93,1). Sum of RGB (Red+Green+Blue) = 219+93+1=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5D01 is #24A2FE. Grayscale: #787878. Windows color (decimal): -2401023 or 89563. OLE color: 89563.
HSL color Cylindrical-coordinate representation of color #DB5D01: hue angle of 25.32º 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 #DB5D01 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.14 |
| HSL | 25.32º | 0.99% | 0.43% | - |
| HSV(B) | 25.32º | 1% | 0.86% | - |
| XYZ | 33.13 | 22.89 | 2.7 | - |
| YUV | 120.19 | 60.74 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 1 | 0 | 0.58 | 1.00 | 0.14 | 25.32 | 0.99 | 0.43 |
| Hex | DB | 5D | 1 | 0 | 3A | 64 | E | 19 | 63 | 2B |
| Octal | 333 | 135 | 1 | 0 | 72 | 144 | 16 | 31 | 143 | 53 |
| Binary | 11011011 | 1011101 | 1 | 0 | 111010 | 1100100 | 1110 | 11001 | 1100011 | 101011 |
Color Harmonies of #DB5D01
Complementary color
Monochromatic Colors of #DB5D01
Black with #DB5D01
Text Example
Text Example
White with #DB5D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D01; }
p { color: rgb(219,93,1); }
H1.HeaderClassName
{
color: #DB5D01;
}
.AnyTagClassName
{
color: #DB5D01;
}
</style>
background-color css
<style>
a { background-color: #DB5D01; }
a { background-color: rgb(219,93,1); }
div.DivClassName
{
background-color: #DB5D01;
}
.BgClassName
{
background-color: #DB5D01;
}
</style>
border-color css
<style>
span { border-color: #DB5D01; }
span { border-color: rgb(219,93,1); }
td.TdClassName
{
border-color: #DB5D01;
}
.TagClassName
{
border-color: #DB5D01;
}
</style>