Shades of Tenne (Tawny) #DB540D
Tints of Tenne (Tawny) #DB540D
RGB
CMYK
RGB Variations
Color information
#DB540D (or 0xDB540D) is known color: Tenne (Tawny). HEX triplet: DB, 54 and 0D. RGB value is (219,84,13). Sum of RGB (Red+Green+Blue) = 219+84+13=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB540D is #24ABF2. Grayscale: #747474. Windows color (decimal): -2403315 or 873691. OLE color: 873691.
HSL color Cylindrical-coordinate representation of color #DB540D: hue angle of 20.68º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB540D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.14 |
| HSL | 20.68º | 0.89% | 0.45% | - |
| HSV(B) | 20.68º | 0.94% | 0.86% | - |
| XYZ | 32.46 | 21.43 | 2.81 | - |
| YUV | 116.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 13 | 0 | 0.62 | 0.94 | 0.14 | 20.68 | 0.89 | 0.45 |
| Hex | DB | 54 | D | 0 | 3E | 5E | E | 15 | 59 | 2D |
| Octal | 333 | 124 | 15 | 0 | 76 | 136 | 16 | 25 | 131 | 55 |
| Binary | 11011011 | 1010100 | 1101 | 0 | 111110 | 1011110 | 1110 | 10101 | 1011001 | 101101 |
Color Harmonies of #DB540D
Complementary color
Monochromatic Colors of #DB540D
Black with #DB540D
Text Example
Text Example
White with #DB540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB540D; }
p { color: rgb(219,84,13); }
H1.HeaderClassName
{
color: #DB540D;
}
.AnyTagClassName
{
color: #DB540D;
}
</style>
background-color css
<style>
a { background-color: #DB540D; }
a { background-color: rgb(219,84,13); }
div.DivClassName
{
background-color: #DB540D;
}
.BgClassName
{
background-color: #DB540D;
}
</style>
border-color css
<style>
span { border-color: #DB540D; }
span { border-color: rgb(219,84,13); }
td.TdClassName
{
border-color: #DB540D;
}
.TagClassName
{
border-color: #DB540D;
}
</style>