Shades of Tenne (Tawny) #DB4B05
Tints of Tenne (Tawny) #DB4B05
RGB
CMYK
RGB Variations
Color information
#DB4B05 (or 0xDB4B05) is known color: Tenne (Tawny). HEX triplet: DB, 4B and 05. RGB value is (219,75,5). Sum of RGB (Red+Green+Blue) = 219+75+5=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B05 is #24B4FA. Grayscale: #6E6E6E. Windows color (decimal): -2405627 or 347099. OLE color: 347099.
HSL color Cylindrical-coordinate representation of color #DB4B05: hue angle of 19.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB4B05 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.14 |
| HSL | 19.63º | 0.96% | 0.44% | - |
| HSV(B) | 19.63º | 0.98% | 0.86% | - |
| XYZ | 31.76 | 20.1 | 2.35 | - |
| YUV | 110.08 | 68.71 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 5 | 0 | 0.66 | 0.98 | 0.14 | 19.63 | 0.96 | 0.44 |
| Hex | DB | 4B | 5 | 0 | 42 | 62 | E | 14 | 60 | 2C |
| Octal | 333 | 113 | 5 | 0 | 102 | 142 | 16 | 24 | 140 | 54 |
| Binary | 11011011 | 1001011 | 101 | 0 | 1000010 | 1100010 | 1110 | 10100 | 1100000 | 101100 |
Color Harmonies of #DB4B05
Complementary color
Monochromatic Colors of #DB4B05
Black with #DB4B05
Text Example
Text Example
White with #DB4B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B05; }
p { color: rgb(219,75,5); }
H1.HeaderClassName
{
color: #DB4B05;
}
.AnyTagClassName
{
color: #DB4B05;
}
</style>
background-color css
<style>
a { background-color: #DB4B05; }
a { background-color: rgb(219,75,5); }
div.DivClassName
{
background-color: #DB4B05;
}
.BgClassName
{
background-color: #DB4B05;
}
</style>
border-color css
<style>
span { border-color: #DB4B05; }
span { border-color: rgb(219,75,5); }
td.TdClassName
{
border-color: #DB4B05;
}
.TagClassName
{
border-color: #DB4B05;
}
</style>