Shades of Tenne (Tawny) #DB5700
Tints of Tenne (Tawny) #DB5700
RGB
CMYK
RGB Variations
Color information
#DB5700 (or 0xDB5700) is known color: Tenne (Tawny). HEX triplet: DB, 57 and 00. RGB value is (219,87,0). Sum of RGB (Red+Green+Blue) = 219+87+0=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5700 is #24A8FF. Grayscale: #757575. Windows color (decimal): -2402560 or 22491. OLE color: 22491.
HSL color Cylindrical-coordinate representation of color #DB5700: hue angle of 23.84º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB5700 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.14 |
| HSL | 23.84º | 1% | 0.43% | - |
| HSV(B) | 23.84º | 1% | 0.86% | - |
| XYZ | 32.62 | 21.88 | 2.5 | - |
| YUV | 116.55 | 62.23 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 0 | 0 | 0.60 | 1 | 0.14 | 23.84 | 1 | 0.43 |
| Hex | DB | 57 | 0 | 0 | 3C | 64 | E | 18 | 64 | 2B |
| Octal | 333 | 127 | 0 | 0 | 74 | 144 | 16 | 30 | 144 | 53 |
| Binary | 11011011 | 1010111 | 0 | 0 | 111100 | 1100100 | 1110 | 11000 | 1100100 | 101011 |
Color Harmonies of #DB5700
Complementary color
Monochromatic Colors of #DB5700
Black with #DB5700
Text Example
Text Example
White with #DB5700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5700; }
p { color: rgb(219,87,0); }
H1.HeaderClassName
{
color: #DB5700;
}
.AnyTagClassName
{
color: #DB5700;
}
</style>
background-color css
<style>
a { background-color: #DB5700; }
a { background-color: rgb(219,87,0); }
div.DivClassName
{
background-color: #DB5700;
}
.BgClassName
{
background-color: #DB5700;
}
</style>
border-color css
<style>
span { border-color: #DB5700; }
span { border-color: rgb(219,87,0); }
td.TdClassName
{
border-color: #DB5700;
}
.TagClassName
{
border-color: #DB5700;
}
</style>