Shades of Tenne (Tawny) #DB550A
Tints of Tenne (Tawny) #DB550A
RGB
CMYK
RGB Variations
Color information
#DB550A (or 0xDB550A) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 0A. RGB value is (219,85,10). Sum of RGB (Red+Green+Blue) = 219+85+10=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB550A is #24AAF5. Grayscale: #747474. Windows color (decimal): -2403062 or 677339. OLE color: 677339.
HSL color Cylindrical-coordinate representation of color #DB550A: hue angle of 21.53º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB550A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.14 |
| HSL | 21.53º | 0.91% | 0.45% | - |
| HSV(B) | 21.53º | 0.95% | 0.86% | - |
| XYZ | 32.52 | 21.58 | 2.74 | - |
| YUV | 116.52 | 67.89 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 10 | 0 | 0.61 | 0.95 | 0.14 | 21.53 | 0.91 | 0.45 |
| Hex | DB | 55 | A | 0 | 3D | 5F | E | 16 | 5B | 2D |
| Octal | 333 | 125 | 12 | 0 | 75 | 137 | 16 | 26 | 133 | 55 |
| Binary | 11011011 | 1010101 | 1010 | 0 | 111101 | 1011111 | 1110 | 10110 | 1011011 | 101101 |
Color Harmonies of #DB550A
Complementary color
Monochromatic Colors of #DB550A
Black with #DB550A
Text Example
Text Example
White with #DB550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB550A; }
p { color: rgb(219,85,10); }
H1.HeaderClassName
{
color: #DB550A;
}
.AnyTagClassName
{
color: #DB550A;
}
</style>
background-color css
<style>
a { background-color: #DB550A; }
a { background-color: rgb(219,85,10); }
div.DivClassName
{
background-color: #DB550A;
}
.BgClassName
{
background-color: #DB550A;
}
</style>
border-color css
<style>
span { border-color: #DB550A; }
span { border-color: rgb(219,85,10); }
td.TdClassName
{
border-color: #DB550A;
}
.TagClassName
{
border-color: #DB550A;
}
</style>