Shades of Tenne (Tawny) #DB4702
Tints of Tenne (Tawny) #DB4702
RGB
CMYK
RGB Variations
Color information
#DB4702 (or 0xDB4702) is known color: Tenne (Tawny). HEX triplet: DB, 47 and 02. RGB value is (219,71,2). Sum of RGB (Red+Green+Blue) = 219+71+2=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4702 is #24B8FD. Grayscale: #6B6B6B. Windows color (decimal): -2406654 or 149467. OLE color: 149467.
HSL color Cylindrical-coordinate representation of color #DB4702: hue angle of 19.08º 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 #DB4702 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.14 |
| HSL | 19.08º | 0.98% | 0.43% | - |
| HSV(B) | 19.08º | 0.99% | 0.86% | - |
| XYZ | 31.48 | 19.57 | 2.18 | - |
| YUV | 107.39 | 68.53 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 2 | 0 | 0.68 | 0.99 | 0.14 | 19.08 | 0.98 | 0.43 |
| Hex | DB | 47 | 2 | 0 | 44 | 63 | E | 13 | 62 | 2B |
| Octal | 333 | 107 | 2 | 0 | 104 | 143 | 16 | 23 | 142 | 53 |
| Binary | 11011011 | 1000111 | 10 | 0 | 1000100 | 1100011 | 1110 | 10011 | 1100010 | 101011 |
Color Harmonies of #DB4702
Complementary color
Monochromatic Colors of #DB4702
Black with #DB4702
Text Example
Text Example
White with #DB4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4702; }
p { color: rgb(219,71,2); }
H1.HeaderClassName
{
color: #DB4702;
}
.AnyTagClassName
{
color: #DB4702;
}
</style>
background-color css
<style>
a { background-color: #DB4702; }
a { background-color: rgb(219,71,2); }
div.DivClassName
{
background-color: #DB4702;
}
.BgClassName
{
background-color: #DB4702;
}
</style>
border-color css
<style>
span { border-color: #DB4702; }
span { border-color: rgb(219,71,2); }
td.TdClassName
{
border-color: #DB4702;
}
.TagClassName
{
border-color: #DB4702;
}
</style>