Shades of Tenne (Tawny) #DB5002
Tints of Tenne (Tawny) #DB5002
RGB
CMYK
RGB Variations
Color information
#DB5002 (or 0xDB5002) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 02. RGB value is (219,80,2). Sum of RGB (Red+Green+Blue) = 219+80+2=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5002 is #24AFFD. Grayscale: #717171. Windows color (decimal): -2404350 or 151771. OLE color: 151771.
HSL color Cylindrical-coordinate representation of color #DB5002: hue angle of 21.57º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB5002 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.14 |
| HSL | 21.57º | 0.98% | 0.43% | - |
| HSV(B) | 21.57º | 0.99% | 0.86% | - |
| XYZ | 32.09 | 20.8 | 2.38 | - |
| YUV | 112.67 | 65.55 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 2 | 0 | 0.63 | 0.99 | 0.14 | 21.57 | 0.98 | 0.43 |
| Hex | DB | 50 | 2 | 0 | 3F | 63 | E | 16 | 62 | 2B |
| Octal | 333 | 120 | 2 | 0 | 77 | 143 | 16 | 26 | 142 | 53 |
| Binary | 11011011 | 1010000 | 10 | 0 | 111111 | 1100011 | 1110 | 10110 | 1100010 | 101011 |
Color Harmonies of #DB5002
Complementary color
Monochromatic Colors of #DB5002
Black with #DB5002
Text Example
Text Example
White with #DB5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5002; }
p { color: rgb(219,80,2); }
H1.HeaderClassName
{
color: #DB5002;
}
.AnyTagClassName
{
color: #DB5002;
}
</style>
background-color css
<style>
a { background-color: #DB5002; }
a { background-color: rgb(219,80,2); }
div.DivClassName
{
background-color: #DB5002;
}
.BgClassName
{
background-color: #DB5002;
}
</style>
border-color css
<style>
span { border-color: #DB5002; }
span { border-color: rgb(219,80,2); }
td.TdClassName
{
border-color: #DB5002;
}
.TagClassName
{
border-color: #DB5002;
}
</style>