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