Shades of Tenne (Tawny) #DB5D02
Tints of Tenne (Tawny) #DB5D02
RGB
CMYK
RGB Variations
Color information
#DB5D02 (or 0xDB5D02) is known color: Tenne (Tawny). HEX triplet: DB, 5D and 02. RGB value is (219,93,2). Sum of RGB (Red+Green+Blue) = 219+93+2=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5D02 is #24A2FD. Grayscale: #787878. Windows color (decimal): -2401022 or 155099. OLE color: 155099.
HSL color Cylindrical-coordinate representation of color #DB5D02: hue angle of 25.16º 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 #DB5D02 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.14 |
| HSL | 25.16º | 0.98% | 0.43% | - |
| HSV(B) | 25.16º | 0.99% | 0.86% | - |
| XYZ | 33.14 | 22.89 | 2.73 | - |
| YUV | 120.3 | 61.24 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 2 | 0 | 0.58 | 0.99 | 0.14 | 25.16 | 0.98 | 0.43 |
| Hex | DB | 5D | 2 | 0 | 3A | 63 | E | 19 | 62 | 2B |
| Octal | 333 | 135 | 2 | 0 | 72 | 143 | 16 | 31 | 142 | 53 |
| Binary | 11011011 | 1011101 | 10 | 0 | 111010 | 1100011 | 1110 | 11001 | 1100010 | 101011 |
Color Harmonies of #DB5D02
Complementary color
Monochromatic Colors of #DB5D02
Black with #DB5D02
Text Example
Text Example
White with #DB5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D02; }
p { color: rgb(219,93,2); }
H1.HeaderClassName
{
color: #DB5D02;
}
.AnyTagClassName
{
color: #DB5D02;
}
</style>
background-color css
<style>
a { background-color: #DB5D02; }
a { background-color: rgb(219,93,2); }
div.DivClassName
{
background-color: #DB5D02;
}
.BgClassName
{
background-color: #DB5D02;
}
</style>
border-color css
<style>
span { border-color: #DB5D02; }
span { border-color: rgb(219,93,2); }
td.TdClassName
{
border-color: #DB5D02;
}
.TagClassName
{
border-color: #DB5D02;
}
</style>