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