Shades of Tenne (Tawny) #DB4F02
Tints of Tenne (Tawny) #DB4F02
RGB
CMYK
RGB Variations
Color information
#DB4F02 (or 0xDB4F02) is known color: Tenne (Tawny). HEX triplet: DB, 4F and 02. RGB value is (219,79,2). Sum of RGB (Red+Green+Blue) = 219+79+2=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F02 is #24B0FD. Grayscale: #707070. Windows color (decimal): -2404606 or 151515. OLE color: 151515.
HSL color Cylindrical-coordinate representation of color #DB4F02: hue angle of 21.29º 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 #DB4F02 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.14 |
| HSL | 21.29º | 0.98% | 0.43% | - |
| HSV(B) | 21.29º | 0.99% | 0.86% | - |
| XYZ | 32.02 | 20.66 | 2.36 | - |
| YUV | 112.08 | 65.88 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 2 | 0 | 0.64 | 0.99 | 0.14 | 21.29 | 0.98 | 0.43 |
| Hex | DB | 4F | 2 | 0 | 40 | 63 | E | 15 | 62 | 2B |
| Octal | 333 | 117 | 2 | 0 | 100 | 143 | 16 | 25 | 142 | 53 |
| Binary | 11011011 | 1001111 | 10 | 0 | 1000000 | 1100011 | 1110 | 10101 | 1100010 | 101011 |
Color Harmonies of #DB4F02
Complementary color
Monochromatic Colors of #DB4F02
Black with #DB4F02
Text Example
Text Example
White with #DB4F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F02; }
p { color: rgb(219,79,2); }
H1.HeaderClassName
{
color: #DB4F02;
}
.AnyTagClassName
{
color: #DB4F02;
}
</style>
background-color css
<style>
a { background-color: #DB4F02; }
a { background-color: rgb(219,79,2); }
div.DivClassName
{
background-color: #DB4F02;
}
.BgClassName
{
background-color: #DB4F02;
}
</style>
border-color css
<style>
span { border-color: #DB4F02; }
span { border-color: rgb(219,79,2); }
td.TdClassName
{
border-color: #DB4F02;
}
.TagClassName
{
border-color: #DB4F02;
}
</style>