Shades of Tenne (Tawny) #DB5712
Tints of Tenne (Tawny) #DB5712
RGB
CMYK
RGB Variations
Color information
#DB5712 (or 0xDB5712) is known color: Tenne (Tawny). HEX triplet: DB, 57 and 12. RGB value is (219,87,18). Sum of RGB (Red+Green+Blue) = 219+87+18=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5712 is #24A8ED. Grayscale: #777777. Windows color (decimal): -2402542 or 1202139. OLE color: 1202139.
HSL color Cylindrical-coordinate representation of color #DB5712: hue angle of 20.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB5712 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 18 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.14 |
| HSL | 20.6º | 0.85% | 0.46% | - |
| HSV(B) | 20.6º | 0.92% | 0.86% | - |
| XYZ | 32.73 | 21.92 | 3.08 | - |
| YUV | 118.6 | 71.23 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 18 | 0 | 0.60 | 0.92 | 0.14 | 20.6 | 0.85 | 0.46 |
| Hex | DB | 57 | 12 | 0 | 3C | 5C | E | 15 | 55 | 2E |
| Octal | 333 | 127 | 22 | 0 | 74 | 134 | 16 | 25 | 125 | 56 |
| Binary | 11011011 | 1010111 | 10010 | 0 | 111100 | 1011100 | 1110 | 10101 | 1010101 | 101110 |
Color Harmonies of #DB5712
Complementary color
Monochromatic Colors of #DB5712
Black with #DB5712
Text Example
Text Example
White with #DB5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5712; }
p { color: rgb(219,87,18); }
H1.HeaderClassName
{
color: #DB5712;
}
.AnyTagClassName
{
color: #DB5712;
}
</style>
background-color css
<style>
a { background-color: #DB5712; }
a { background-color: rgb(219,87,18); }
div.DivClassName
{
background-color: #DB5712;
}
.BgClassName
{
background-color: #DB5712;
}
</style>
border-color css
<style>
span { border-color: #DB5712; }
span { border-color: rgb(219,87,18); }
td.TdClassName
{
border-color: #DB5712;
}
.TagClassName
{
border-color: #DB5712;
}
</style>