Shades of Tenne (Tawny) #DB4700
Tints of Tenne (Tawny) #DB4700
RGB
CMYK
RGB Variations
Color information
#DB4700 (or 0xDB4700) is known color: Tenne (Tawny). HEX triplet: DB, 47 and 00. RGB value is (219,71,0). Sum of RGB (Red+Green+Blue) = 219+71+0=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4700 is #24B8FF. Grayscale: #6B6B6B. Windows color (decimal): -2406656 or 18395. OLE color: 18395.
HSL color Cylindrical-coordinate representation of color #DB4700: hue angle of 19.45º 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 #DB4700 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.14 |
| HSL | 19.45º | 1% | 0.43% | - |
| HSV(B) | 19.45º | 1% | 0.86% | - |
| XYZ | 31.47 | 19.57 | 2.12 | - |
| YUV | 107.16 | 67.53 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 0 | 0 | 0.68 | 1 | 0.14 | 19.45 | 1 | 0.43 |
| Hex | DB | 47 | 0 | 0 | 44 | 64 | E | 13 | 64 | 2B |
| Octal | 333 | 107 | 0 | 0 | 104 | 144 | 16 | 23 | 144 | 53 |
| Binary | 11011011 | 1000111 | 0 | 0 | 1000100 | 1100100 | 1110 | 10011 | 1100100 | 101011 |
Color Harmonies of #DB4700
Complementary color
Monochromatic Colors of #DB4700
Black with #DB4700
Text Example
Text Example
White with #DB4700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4700; }
p { color: rgb(219,71,0); }
H1.HeaderClassName
{
color: #DB4700;
}
.AnyTagClassName
{
color: #DB4700;
}
</style>
background-color css
<style>
a { background-color: #DB4700; }
a { background-color: rgb(219,71,0); }
div.DivClassName
{
background-color: #DB4700;
}
.BgClassName
{
background-color: #DB4700;
}
</style>
border-color css
<style>
span { border-color: #DB4700; }
span { border-color: rgb(219,71,0); }
td.TdClassName
{
border-color: #DB4700;
}
.TagClassName
{
border-color: #DB4700;
}
</style>