Shades of Tenne (Tawny) #DB5302
Tints of Tenne (Tawny) #DB5302
RGB
CMYK
RGB Variations
Color information
#DB5302 (or 0xDB5302) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 02. RGB value is (219,83,2). Sum of RGB (Red+Green+Blue) = 219+83+2=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5302 is #24ACFD. Grayscale: #727272. Windows color (decimal): -2403582 or 152539. OLE color: 152539.
HSL color Cylindrical-coordinate representation of color #DB5302: hue angle of 22.4º 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 #DB5302 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.14 |
| HSL | 22.4º | 0.98% | 0.43% | - |
| HSV(B) | 22.4º | 0.99% | 0.86% | - |
| XYZ | 32.32 | 21.25 | 2.46 | - |
| YUV | 114.43 | 64.56 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 2 | 0 | 0.62 | 0.99 | 0.14 | 22.4 | 0.98 | 0.43 |
| Hex | DB | 53 | 2 | 0 | 3E | 63 | E | 16 | 62 | 2B |
| Octal | 333 | 123 | 2 | 0 | 76 | 143 | 16 | 26 | 142 | 53 |
| Binary | 11011011 | 1010011 | 10 | 0 | 111110 | 1100011 | 1110 | 10110 | 1100010 | 101011 |
Color Harmonies of #DB5302
Complementary color
Monochromatic Colors of #DB5302
Black with #DB5302
Text Example
Text Example
White with #DB5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5302; }
p { color: rgb(219,83,2); }
H1.HeaderClassName
{
color: #DB5302;
}
.AnyTagClassName
{
color: #DB5302;
}
</style>
background-color css
<style>
a { background-color: #DB5302; }
a { background-color: rgb(219,83,2); }
div.DivClassName
{
background-color: #DB5302;
}
.BgClassName
{
background-color: #DB5302;
}
</style>
border-color css
<style>
span { border-color: #DB5302; }
span { border-color: rgb(219,83,2); }
td.TdClassName
{
border-color: #DB5302;
}
.TagClassName
{
border-color: #DB5302;
}
</style>