Shades of Tenne (Tawny) #DB5602
Tints of Tenne (Tawny) #DB5602
RGB
CMYK
RGB Variations
Color information
#DB5602 (or 0xDB5602) is known color: Tenne (Tawny). HEX triplet: DB, 56 and 02. RGB value is (219,86,2). Sum of RGB (Red+Green+Blue) = 219+86+2=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5602 is #24A9FD. Grayscale: #747474. Windows color (decimal): -2402814 or 153307. OLE color: 153307.
HSL color Cylindrical-coordinate representation of color #DB5602: hue angle of 23.23º 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 #DB5602 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.14 |
| HSL | 23.23º | 0.98% | 0.43% | - |
| HSV(B) | 23.23º | 0.99% | 0.86% | - |
| XYZ | 32.55 | 21.72 | 2.53 | - |
| YUV | 116.19 | 63.56 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 2 | 0 | 0.61 | 0.99 | 0.14 | 23.23 | 0.98 | 0.43 |
| Hex | DB | 56 | 2 | 0 | 3D | 63 | E | 17 | 62 | 2B |
| Octal | 333 | 126 | 2 | 0 | 75 | 143 | 16 | 27 | 142 | 53 |
| Binary | 11011011 | 1010110 | 10 | 0 | 111101 | 1100011 | 1110 | 10111 | 1100010 | 101011 |
Color Harmonies of #DB5602
Complementary color
Monochromatic Colors of #DB5602
Black with #DB5602
Text Example
Text Example
White with #DB5602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5602; }
p { color: rgb(219,86,2); }
H1.HeaderClassName
{
color: #DB5602;
}
.AnyTagClassName
{
color: #DB5602;
}
</style>
background-color css
<style>
a { background-color: #DB5602; }
a { background-color: rgb(219,86,2); }
div.DivClassName
{
background-color: #DB5602;
}
.BgClassName
{
background-color: #DB5602;
}
</style>
border-color css
<style>
span { border-color: #DB5602; }
span { border-color: rgb(219,86,2); }
td.TdClassName
{
border-color: #DB5602;
}
.TagClassName
{
border-color: #DB5602;
}
</style>