Shades of Tenne (Tawny) #DB4F03
Tints of Tenne (Tawny) #DB4F03
RGB
CMYK
RGB Variations
Color information
#DB4F03 (or 0xDB4F03) is known color: Tenne (Tawny). HEX triplet: DB, 4F and 03. RGB value is (219,79,3). Sum of RGB (Red+Green+Blue) = 219+79+3=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F03 is #24B0FC. Grayscale: #707070. Windows color (decimal): -2404605 or 217051. OLE color: 217051.
HSL color Cylindrical-coordinate representation of color #DB4F03: hue angle of 21.11º 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 #DB4F03 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.14 |
| HSL | 21.11º | 0.97% | 0.44% | - |
| HSV(B) | 21.11º | 0.99% | 0.86% | - |
| XYZ | 32.03 | 20.66 | 2.39 | - |
| YUV | 112.2 | 66.38 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 3 | 0 | 0.64 | 0.99 | 0.14 | 21.11 | 0.97 | 0.44 |
| Hex | DB | 4F | 3 | 0 | 40 | 63 | E | 15 | 61 | 2C |
| Octal | 333 | 117 | 3 | 0 | 100 | 143 | 16 | 25 | 141 | 54 |
| Binary | 11011011 | 1001111 | 11 | 0 | 1000000 | 1100011 | 1110 | 10101 | 1100001 | 101100 |
Color Harmonies of #DB4F03
Complementary color
Monochromatic Colors of #DB4F03
Black with #DB4F03
Text Example
Text Example
White with #DB4F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F03; }
p { color: rgb(219,79,3); }
H1.HeaderClassName
{
color: #DB4F03;
}
.AnyTagClassName
{
color: #DB4F03;
}
</style>
background-color css
<style>
a { background-color: #DB4F03; }
a { background-color: rgb(219,79,3); }
div.DivClassName
{
background-color: #DB4F03;
}
.BgClassName
{
background-color: #DB4F03;
}
</style>
border-color css
<style>
span { border-color: #DB4F03; }
span { border-color: rgb(219,79,3); }
td.TdClassName
{
border-color: #DB4F03;
}
.TagClassName
{
border-color: #DB4F03;
}
</style>