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