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