Shades of Sorbus #DB7136
Tints of Sorbus #DB7136
RGB
CMYK
RGB Variations
Color information
#DB7136 (or 0xDB7136) is known color: Sorbus. HEX triplet: DB, 71 and 36. RGB value is (219,113,54). Sum of RGB (Red+Green+Blue) = 219+113+54=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7136 is #248EC9. Grayscale: #8A8A8A. Windows color (decimal): -2395850 or 3568091. OLE color: 3568091.
HSL color Cylindrical-coordinate representation of color #DB7136: hue angle of 21.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB7136 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 54 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.14 |
| HSL | 21.45º | 0.7% | 0.54% | - |
| HSV(B) | 21.45º | 0.75% | 0.86% | - |
| XYZ | 35.78 | 27.14 | 6.84 | - |
| YUV | 137.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 54 | 0 | 0.48 | 0.75 | 0.14 | 21.45 | 0.7 | 0.54 |
| Hex | DB | 71 | 36 | 0 | 30 | 4B | E | 15 | 46 | 36 |
| Octal | 333 | 161 | 66 | 0 | 60 | 113 | 16 | 25 | 106 | 66 |
| Binary | 11011011 | 1110001 | 110110 | 0 | 110000 | 1001011 | 1110 | 10101 | 1000110 | 110110 |
Color Harmonies of #DB7136
Complementary color
Monochromatic Colors of #DB7136
Black with #DB7136
Text Example
Text Example
White with #DB7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7136; }
p { color: rgb(219,113,54); }
H1.HeaderClassName
{
color: #DB7136;
}
.AnyTagClassName
{
color: #DB7136;
}
</style>
background-color css
<style>
a { background-color: #DB7136; }
a { background-color: rgb(219,113,54); }
div.DivClassName
{
background-color: #DB7136;
}
.BgClassName
{
background-color: #DB7136;
}
</style>
border-color css
<style>
span { border-color: #DB7136; }
span { border-color: rgb(219,113,54); }
td.TdClassName
{
border-color: #DB7136;
}
.TagClassName
{
border-color: #DB7136;
}
</style>