Shades of Tenne (Tawny) #DB5F01
Tints of Tenne (Tawny) #DB5F01
RGB
CMYK
RGB Variations
Color information
#DB5F01 (or 0xDB5F01) is known color: Tenne (Tawny). HEX triplet: DB, 5F and 01. RGB value is (219,95,1). Sum of RGB (Red+Green+Blue) = 219+95+1=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F01 is #24A0FE. Grayscale: #797979. Windows color (decimal): -2400511 or 90075. OLE color: 90075.
HSL color Cylindrical-coordinate representation of color #DB5F01: hue angle of 25.87º 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 #DB5F01 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.14 |
| HSL | 25.87º | 0.99% | 0.43% | - |
| HSV(B) | 25.87º | 1% | 0.86% | - |
| XYZ | 33.31 | 23.25 | 2.76 | - |
| YUV | 121.36 | 60.08 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 1 | 0 | 0.57 | 1.00 | 0.14 | 25.87 | 0.99 | 0.43 |
| Hex | DB | 5F | 1 | 0 | 39 | 64 | E | 1A | 63 | 2B |
| Octal | 333 | 137 | 1 | 0 | 71 | 144 | 16 | 32 | 143 | 53 |
| Binary | 11011011 | 1011111 | 1 | 0 | 111001 | 1100100 | 1110 | 11010 | 1100011 | 101011 |
Color Harmonies of #DB5F01
Complementary color
Monochromatic Colors of #DB5F01
Black with #DB5F01
Text Example
Text Example
White with #DB5F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F01; }
p { color: rgb(219,95,1); }
H1.HeaderClassName
{
color: #DB5F01;
}
.AnyTagClassName
{
color: #DB5F01;
}
</style>
background-color css
<style>
a { background-color: #DB5F01; }
a { background-color: rgb(219,95,1); }
div.DivClassName
{
background-color: #DB5F01;
}
.BgClassName
{
background-color: #DB5F01;
}
</style>
border-color css
<style>
span { border-color: #DB5F01; }
span { border-color: rgb(219,95,1); }
td.TdClassName
{
border-color: #DB5F01;
}
.TagClassName
{
border-color: #DB5F01;
}
</style>