Shades of Tenne (Tawny) #DB4402
Tints of Tenne (Tawny) #DB4402
RGB
CMYK
RGB Variations
Color information
#DB4402 (or 0xDB4402) is known color: Tenne (Tawny). HEX triplet: DB, 44 and 02. RGB value is (219,68,2). Sum of RGB (Red+Green+Blue) = 219+68+2=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4402 is #24BBFD. Grayscale: #6A6A6A. Windows color (decimal): -2407422 or 148699. OLE color: 148699.
HSL color Cylindrical-coordinate representation of color #DB4402: hue angle of 18.25º 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 #DB4402 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.14 |
| HSL | 18.25º | 0.98% | 0.43% | - |
| HSV(B) | 18.25º | 0.99% | 0.86% | - |
| XYZ | 31.29 | 19.2 | 2.11 | - |
| YUV | 105.63 | 69.53 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 2 | 0 | 0.69 | 0.99 | 0.14 | 18.25 | 0.98 | 0.43 |
| Hex | DB | 44 | 2 | 0 | 45 | 63 | E | 12 | 62 | 2B |
| Octal | 333 | 104 | 2 | 0 | 105 | 143 | 16 | 22 | 142 | 53 |
| Binary | 11011011 | 1000100 | 10 | 0 | 1000101 | 1100011 | 1110 | 10010 | 1100010 | 101011 |
Color Harmonies of #DB4402
Complementary color
Monochromatic Colors of #DB4402
Black with #DB4402
Text Example
Text Example
White with #DB4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4402; }
p { color: rgb(219,68,2); }
H1.HeaderClassName
{
color: #DB4402;
}
.AnyTagClassName
{
color: #DB4402;
}
</style>
background-color css
<style>
a { background-color: #DB4402; }
a { background-color: rgb(219,68,2); }
div.DivClassName
{
background-color: #DB4402;
}
.BgClassName
{
background-color: #DB4402;
}
</style>
border-color css
<style>
span { border-color: #DB4402; }
span { border-color: rgb(219,68,2); }
td.TdClassName
{
border-color: #DB4402;
}
.TagClassName
{
border-color: #DB4402;
}
</style>