Shades of Tenne (Tawny) #DB5214
Tints of Tenne (Tawny) #DB5214
RGB
CMYK
RGB Variations
Color information
#DB5214 (or 0xDB5214) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 14. RGB value is (219,82,20). Sum of RGB (Red+Green+Blue) = 219+82+20=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5214 is #24ADEB. Grayscale: #747474. Windows color (decimal): -2403820 or 1331931. OLE color: 1331931.
HSL color Cylindrical-coordinate representation of color #DB5214: hue angle of 18.69º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB5214 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 20 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.14 |
| HSL | 18.69º | 0.83% | 0.47% | - |
| HSV(B) | 18.69º | 0.91% | 0.86% | - |
| XYZ | 32.36 | 21.15 | 3.04 | - |
| YUV | 115.9 | 73.89 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 20 | 0 | 0.63 | 0.91 | 0.14 | 18.69 | 0.83 | 0.47 |
| Hex | DB | 52 | 14 | 0 | 3F | 5B | E | 13 | 53 | 2F |
| Octal | 333 | 122 | 24 | 0 | 77 | 133 | 16 | 23 | 123 | 57 |
| Binary | 11011011 | 1010010 | 10100 | 0 | 111111 | 1011011 | 1110 | 10011 | 1010011 | 101111 |
Color Harmonies of #DB5214
Complementary color
Monochromatic Colors of #DB5214
Black with #DB5214
Text Example
Text Example
White with #DB5214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5214; }
p { color: rgb(219,82,20); }
H1.HeaderClassName
{
color: #DB5214;
}
.AnyTagClassName
{
color: #DB5214;
}
</style>
background-color css
<style>
a { background-color: #DB5214; }
a { background-color: rgb(219,82,20); }
div.DivClassName
{
background-color: #DB5214;
}
.BgClassName
{
background-color: #DB5214;
}
</style>
border-color css
<style>
span { border-color: #DB5214; }
span { border-color: rgb(219,82,20); }
td.TdClassName
{
border-color: #DB5214;
}
.TagClassName
{
border-color: #DB5214;
}
</style>