Shades of Tenne (Tawny) #DB4C08
Tints of Tenne (Tawny) #DB4C08
RGB
CMYK
RGB Variations
Color information
#DB4C08 (or 0xDB4C08) is known color: Tenne (Tawny). HEX triplet: DB, 4C and 08. RGB value is (219,76,8). Sum of RGB (Red+Green+Blue) = 219+76+8=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4C08 is #24B3F7. Grayscale: #6F6F6F. Windows color (decimal): -2405368 or 543963. OLE color: 543963.
HSL color Cylindrical-coordinate representation of color #DB4C08: hue angle of 19.34º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB4C08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.14 |
| HSL | 19.34º | 0.93% | 0.45% | - |
| HSV(B) | 19.34º | 0.96% | 0.86% | - |
| XYZ | 31.84 | 20.25 | 2.46 | - |
| YUV | 111.01 | 69.88 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 8 | 0 | 0.65 | 0.96 | 0.14 | 19.34 | 0.93 | 0.45 |
| Hex | DB | 4C | 8 | 0 | 41 | 60 | E | 13 | 5D | 2D |
| Octal | 333 | 114 | 10 | 0 | 101 | 140 | 16 | 23 | 135 | 55 |
| Binary | 11011011 | 1001100 | 1000 | 0 | 1000001 | 1100000 | 1110 | 10011 | 1011101 | 101101 |
Color Harmonies of #DB4C08
Complementary color
Monochromatic Colors of #DB4C08
Black with #DB4C08
Text Example
Text Example
White with #DB4C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C08; }
p { color: rgb(219,76,8); }
H1.HeaderClassName
{
color: #DB4C08;
}
.AnyTagClassName
{
color: #DB4C08;
}
</style>
background-color css
<style>
a { background-color: #DB4C08; }
a { background-color: rgb(219,76,8); }
div.DivClassName
{
background-color: #DB4C08;
}
.BgClassName
{
background-color: #DB4C08;
}
</style>
border-color css
<style>
span { border-color: #DB4C08; }
span { border-color: rgb(219,76,8); }
td.TdClassName
{
border-color: #DB4C08;
}
.TagClassName
{
border-color: #DB4C08;
}
</style>