Shades of Tenne (Tawny) #DB550C
Tints of Tenne (Tawny) #DB550C
RGB
CMYK
RGB Variations
Color information
#DB550C (or 0xDB550C) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 0C. RGB value is (219,85,12). Sum of RGB (Red+Green+Blue) = 219+85+12=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB550C is #24AAF3. Grayscale: #757575. Windows color (decimal): -2403060 or 808411. OLE color: 808411.
HSL color Cylindrical-coordinate representation of color #DB550C: hue angle of 21.16º degrees, saturation: 0.9, 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 #DB550C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.14 |
| HSL | 21.16º | 0.9% | 0.45% | - |
| HSV(B) | 21.16º | 0.95% | 0.86% | - |
| XYZ | 32.53 | 21.58 | 2.8 | - |
| YUV | 116.74 | 68.89 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 12 | 0 | 0.61 | 0.95 | 0.14 | 21.16 | 0.9 | 0.45 |
| Hex | DB | 55 | C | 0 | 3D | 5F | E | 15 | 5A | 2D |
| Octal | 333 | 125 | 14 | 0 | 75 | 137 | 16 | 25 | 132 | 55 |
| Binary | 11011011 | 1010101 | 1100 | 0 | 111101 | 1011111 | 1110 | 10101 | 1011010 | 101101 |
Color Harmonies of #DB550C
Complementary color
Monochromatic Colors of #DB550C
Black with #DB550C
Text Example
Text Example
White with #DB550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB550C; }
p { color: rgb(219,85,12); }
H1.HeaderClassName
{
color: #DB550C;
}
.AnyTagClassName
{
color: #DB550C;
}
</style>
background-color css
<style>
a { background-color: #DB550C; }
a { background-color: rgb(219,85,12); }
div.DivClassName
{
background-color: #DB550C;
}
.BgClassName
{
background-color: #DB550C;
}
</style>
border-color css
<style>
span { border-color: #DB550C; }
span { border-color: rgb(219,85,12); }
td.TdClassName
{
border-color: #DB550C;
}
.TagClassName
{
border-color: #DB550C;
}
</style>