Shades of Sorbus #DB7137
Tints of Sorbus #DB7137
RGB
CMYK
RGB Variations
Color information
#DB7137 (or 0xDB7137) is known color: Sorbus. HEX triplet: DB, 71 and 37. RGB value is (219,113,55). Sum of RGB (Red+Green+Blue) = 219+113+55=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7137 is #248EC8. Grayscale: #8A8A8A. Windows color (decimal): -2395849 or 3633627. OLE color: 3633627.
HSL color Cylindrical-coordinate representation of color #DB7137: hue angle of 21.22º degrees, saturation: 0.69, 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 #DB7137 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 55 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.14 |
| HSL | 21.22º | 0.69% | 0.54% | - |
| HSV(B) | 21.22º | 0.75% | 0.86% | - |
| XYZ | 35.81 | 27.15 | 6.97 | - |
| YUV | 138.08 | 81.12 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 55 | 0 | 0.48 | 0.75 | 0.14 | 21.22 | 0.69 | 0.54 |
| Hex | DB | 71 | 37 | 0 | 30 | 4B | E | 15 | 45 | 36 |
| Octal | 333 | 161 | 67 | 0 | 60 | 113 | 16 | 25 | 105 | 66 |
| Binary | 11011011 | 1110001 | 110111 | 0 | 110000 | 1001011 | 1110 | 10101 | 1000101 | 110110 |
Color Harmonies of #DB7137
Complementary color
Monochromatic Colors of #DB7137
Black with #DB7137
Text Example
Text Example
White with #DB7137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7137; }
p { color: rgb(219,113,55); }
H1.HeaderClassName
{
color: #DB7137;
}
.AnyTagClassName
{
color: #DB7137;
}
</style>
background-color css
<style>
a { background-color: #DB7137; }
a { background-color: rgb(219,113,55); }
div.DivClassName
{
background-color: #DB7137;
}
.BgClassName
{
background-color: #DB7137;
}
</style>
border-color css
<style>
span { border-color: #DB7137; }
span { border-color: rgb(219,113,55); }
td.TdClassName
{
border-color: #DB7137;
}
.TagClassName
{
border-color: #DB7137;
}
</style>