Shades of Tenne (Tawny) #DB5703
Tints of Tenne (Tawny) #DB5703
RGB
CMYK
RGB Variations
Color information
#DB5703 (or 0xDB5703) is known color: Tenne (Tawny). HEX triplet: DB, 57 and 03. RGB value is (219,87,3). Sum of RGB (Red+Green+Blue) = 219+87+3=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5703 is #24A8FC. Grayscale: #757575. Windows color (decimal): -2402557 or 219099. OLE color: 219099.
HSL color Cylindrical-coordinate representation of color #DB5703: hue angle of 23.33º 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 #DB5703 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.14 |
| HSL | 23.33º | 0.97% | 0.44% | - |
| HSV(B) | 23.33º | 0.99% | 0.86% | - |
| XYZ | 32.64 | 21.88 | 2.59 | - |
| YUV | 116.89 | 63.73 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 3 | 0 | 0.60 | 0.99 | 0.14 | 23.33 | 0.97 | 0.44 |
| Hex | DB | 57 | 3 | 0 | 3C | 63 | E | 17 | 61 | 2C |
| Octal | 333 | 127 | 3 | 0 | 74 | 143 | 16 | 27 | 141 | 54 |
| Binary | 11011011 | 1010111 | 11 | 0 | 111100 | 1100011 | 1110 | 10111 | 1100001 | 101100 |
Color Harmonies of #DB5703
Complementary color
Monochromatic Colors of #DB5703
Black with #DB5703
Text Example
Text Example
White with #DB5703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5703; }
p { color: rgb(219,87,3); }
H1.HeaderClassName
{
color: #DB5703;
}
.AnyTagClassName
{
color: #DB5703;
}
</style>
background-color css
<style>
a { background-color: #DB5703; }
a { background-color: rgb(219,87,3); }
div.DivClassName
{
background-color: #DB5703;
}
.BgClassName
{
background-color: #DB5703;
}
</style>
border-color css
<style>
span { border-color: #DB5703; }
span { border-color: rgb(219,87,3); }
td.TdClassName
{
border-color: #DB5703;
}
.TagClassName
{
border-color: #DB5703;
}
</style>