Shades of Tenne (Tawny) #DB540B
Tints of Tenne (Tawny) #DB540B
RGB
CMYK
RGB Variations
Color information
#DB540B (or 0xDB540B) is known color: Tenne (Tawny). HEX triplet: DB, 54 and 0B. RGB value is (219,84,11). Sum of RGB (Red+Green+Blue) = 219+84+11=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB540B is #24ABF4. Grayscale: #747474. Windows color (decimal): -2403317 or 742619. OLE color: 742619.
HSL color Cylindrical-coordinate representation of color #DB540B: hue angle of 21.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB540B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.14 |
| HSL | 21.06º | 0.9% | 0.45% | - |
| HSV(B) | 21.06º | 0.95% | 0.86% | - |
| XYZ | 32.44 | 21.42 | 2.74 | - |
| YUV | 116.04 | 68.73 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 11 | 0 | 0.62 | 0.95 | 0.14 | 21.06 | 0.9 | 0.45 |
| Hex | DB | 54 | B | 0 | 3E | 5F | E | 15 | 5A | 2D |
| Octal | 333 | 124 | 13 | 0 | 76 | 137 | 16 | 25 | 132 | 55 |
| Binary | 11011011 | 1010100 | 1011 | 0 | 111110 | 1011111 | 1110 | 10101 | 1011010 | 101101 |
Color Harmonies of #DB540B
Complementary color
Monochromatic Colors of #DB540B
Black with #DB540B
Text Example
Text Example
White with #DB540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB540B; }
p { color: rgb(219,84,11); }
H1.HeaderClassName
{
color: #DB540B;
}
.AnyTagClassName
{
color: #DB540B;
}
</style>
background-color css
<style>
a { background-color: #DB540B; }
a { background-color: rgb(219,84,11); }
div.DivClassName
{
background-color: #DB540B;
}
.BgClassName
{
background-color: #DB540B;
}
</style>
border-color css
<style>
span { border-color: #DB540B; }
span { border-color: rgb(219,84,11); }
td.TdClassName
{
border-color: #DB540B;
}
.TagClassName
{
border-color: #DB540B;
}
</style>