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