Shades of Tenne (Tawny) #DB4703
Tints of Tenne (Tawny) #DB4703
RGB
CMYK
RGB Variations
Color information
#DB4703 (or 0xDB4703) is known color: Tenne (Tawny). HEX triplet: DB, 47 and 03. RGB value is (219,71,3). Sum of RGB (Red+Green+Blue) = 219+71+3=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4703 is #24B8FC. Grayscale: #6B6B6B. Windows color (decimal): -2406653 or 215003. OLE color: 215003.
HSL color Cylindrical-coordinate representation of color #DB4703: hue angle of 18.89º 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 #DB4703 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.14 |
| HSL | 18.89º | 0.97% | 0.44% | - |
| HSV(B) | 18.89º | 0.99% | 0.86% | - |
| XYZ | 31.48 | 19.57 | 2.2 | - |
| YUV | 107.5 | 69.03 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 3 | 0 | 0.68 | 0.99 | 0.14 | 18.89 | 0.97 | 0.44 |
| Hex | DB | 47 | 3 | 0 | 44 | 63 | E | 13 | 61 | 2C |
| Octal | 333 | 107 | 3 | 0 | 104 | 143 | 16 | 23 | 141 | 54 |
| Binary | 11011011 | 1000111 | 11 | 0 | 1000100 | 1100011 | 1110 | 10011 | 1100001 | 101100 |
Color Harmonies of #DB4703
Complementary color
Monochromatic Colors of #DB4703
Black with #DB4703
Text Example
Text Example
White with #DB4703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4703; }
p { color: rgb(219,71,3); }
H1.HeaderClassName
{
color: #DB4703;
}
.AnyTagClassName
{
color: #DB4703;
}
</style>
background-color css
<style>
a { background-color: #DB4703; }
a { background-color: rgb(219,71,3); }
div.DivClassName
{
background-color: #DB4703;
}
.BgClassName
{
background-color: #DB4703;
}
</style>
border-color css
<style>
span { border-color: #DB4703; }
span { border-color: rgb(219,71,3); }
td.TdClassName
{
border-color: #DB4703;
}
.TagClassName
{
border-color: #DB4703;
}
</style>