Shades of Tenne (Tawny) #DB5F03
Tints of Tenne (Tawny) #DB5F03
RGB
CMYK
RGB Variations
Color information
#DB5F03 (or 0xDB5F03) is known color: Tenne (Tawny). HEX triplet: DB, 5F and 03. RGB value is (219,95,3). Sum of RGB (Red+Green+Blue) = 219+95+3=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F03 is #24A0FC. Grayscale: #7A7A7A. Windows color (decimal): -2400509 or 221147. OLE color: 221147.
HSL color Cylindrical-coordinate representation of color #DB5F03: hue angle of 25.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB5F03 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.14 |
| HSL | 25.56º | 0.97% | 0.44% | - |
| HSV(B) | 25.56º | 0.99% | 0.86% | - |
| XYZ | 33.32 | 23.25 | 2.82 | - |
| YUV | 121.59 | 61.08 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 3 | 0 | 0.57 | 0.99 | 0.14 | 25.56 | 0.97 | 0.44 |
| Hex | DB | 5F | 3 | 0 | 39 | 63 | E | 1A | 61 | 2C |
| Octal | 333 | 137 | 3 | 0 | 71 | 143 | 16 | 32 | 141 | 54 |
| Binary | 11011011 | 1011111 | 11 | 0 | 111001 | 1100011 | 1110 | 11010 | 1100001 | 101100 |
Color Harmonies of #DB5F03
Complementary color
Monochromatic Colors of #DB5F03
Black with #DB5F03
Text Example
Text Example
White with #DB5F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F03; }
p { color: rgb(219,95,3); }
H1.HeaderClassName
{
color: #DB5F03;
}
.AnyTagClassName
{
color: #DB5F03;
}
</style>
background-color css
<style>
a { background-color: #DB5F03; }
a { background-color: rgb(219,95,3); }
div.DivClassName
{
background-color: #DB5F03;
}
.BgClassName
{
background-color: #DB5F03;
}
</style>
border-color css
<style>
span { border-color: #DB5F03; }
span { border-color: rgb(219,95,3); }
td.TdClassName
{
border-color: #DB5F03;
}
.TagClassName
{
border-color: #DB5F03;
}
</style>