Shades of Tenne (Tawny) #DB4A02
Tints of Tenne (Tawny) #DB4A02
RGB
CMYK
RGB Variations
Color information
#DB4A02 (or 0xDB4A02) is known color: Tenne (Tawny). HEX triplet: DB, 4A and 02. RGB value is (219,74,2). Sum of RGB (Red+Green+Blue) = 219+74+2=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A02 is #24B5FD. Grayscale: #6D6D6D. Windows color (decimal): -2405886 or 150235. OLE color: 150235.
HSL color Cylindrical-coordinate representation of color #DB4A02: hue angle of 19.91º 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 #DB4A02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.14 |
| HSL | 19.91º | 0.98% | 0.43% | - |
| HSV(B) | 19.91º | 0.99% | 0.86% | - |
| XYZ | 31.67 | 19.96 | 2.24 | - |
| YUV | 109.15 | 67.54 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 2 | 0 | 0.66 | 0.99 | 0.14 | 19.91 | 0.98 | 0.43 |
| Hex | DB | 4A | 2 | 0 | 42 | 63 | E | 14 | 62 | 2B |
| Octal | 333 | 112 | 2 | 0 | 102 | 143 | 16 | 24 | 142 | 53 |
| Binary | 11011011 | 1001010 | 10 | 0 | 1000010 | 1100011 | 1110 | 10100 | 1100010 | 101011 |
Color Harmonies of #DB4A02
Complementary color
Monochromatic Colors of #DB4A02
Black with #DB4A02
Text Example
Text Example
White with #DB4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A02; }
p { color: rgb(219,74,2); }
H1.HeaderClassName
{
color: #DB4A02;
}
.AnyTagClassName
{
color: #DB4A02;
}
</style>
background-color css
<style>
a { background-color: #DB4A02; }
a { background-color: rgb(219,74,2); }
div.DivClassName
{
background-color: #DB4A02;
}
.BgClassName
{
background-color: #DB4A02;
}
</style>
border-color css
<style>
span { border-color: #DB4A02; }
span { border-color: rgb(219,74,2); }
td.TdClassName
{
border-color: #DB4A02;
}
.TagClassName
{
border-color: #DB4A02;
}
</style>