Shades of Tenne (Tawny) #DB580F
Tints of Tenne (Tawny) #DB580F
RGB
CMYK
RGB Variations
Color information
#DB580F (or 0xDB580F) is known color: Tenne (Tawny). HEX triplet: DB, 58 and 0F. RGB value is (219,88,15). Sum of RGB (Red+Green+Blue) = 219+88+15=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB580F is #24A7F0. Grayscale: #777777. Windows color (decimal): -2402289 or 1005787. OLE color: 1005787.
HSL color Cylindrical-coordinate representation of color #DB580F: hue angle of 21.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB580F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 15 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.14 |
| HSL | 21.47º | 0.87% | 0.46% | - |
| HSV(B) | 21.47º | 0.93% | 0.86% | - |
| XYZ | 32.79 | 22.07 | 2.98 | - |
| YUV | 118.85 | 69.4 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 15 | 0 | 0.60 | 0.93 | 0.14 | 21.47 | 0.87 | 0.46 |
| Hex | DB | 58 | F | 0 | 3C | 5D | E | 15 | 57 | 2E |
| Octal | 333 | 130 | 17 | 0 | 74 | 135 | 16 | 25 | 127 | 56 |
| Binary | 11011011 | 1011000 | 1111 | 0 | 111100 | 1011101 | 1110 | 10101 | 1010111 | 101110 |
Color Harmonies of #DB580F
Complementary color
Monochromatic Colors of #DB580F
Black with #DB580F
Text Example
Text Example
White with #DB580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB580F; }
p { color: rgb(219,88,15); }
H1.HeaderClassName
{
color: #DB580F;
}
.AnyTagClassName
{
color: #DB580F;
}
</style>
background-color css
<style>
a { background-color: #DB580F; }
a { background-color: rgb(219,88,15); }
div.DivClassName
{
background-color: #DB580F;
}
.BgClassName
{
background-color: #DB580F;
}
</style>
border-color css
<style>
span { border-color: #DB580F; }
span { border-color: rgb(219,88,15); }
td.TdClassName
{
border-color: #DB580F;
}
.TagClassName
{
border-color: #DB580F;
}
</style>