Shades of Sorbus #DB7237
Tints of Sorbus #DB7237
RGB
CMYK
RGB Variations
Color information
#DB7237 (or 0xDB7237) is known color: Sorbus. HEX triplet: DB, 72 and 37. RGB value is (219,114,55). Sum of RGB (Red+Green+Blue) = 219+114+55=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7237 is #248DC8. Grayscale: #8B8B8B. Windows color (decimal): -2395593 or 3633883. OLE color: 3633883.
HSL color Cylindrical-coordinate representation of color #DB7237: hue angle of 21.59º 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 #DB7237 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 55 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.14 |
| HSL | 21.59º | 0.69% | 0.54% | - |
| HSV(B) | 21.59º | 0.75% | 0.86% | - |
| XYZ | 35.92 | 27.37 | 7 | - |
| YUV | 138.67 | 80.79 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 55 | 0 | 0.48 | 0.75 | 0.14 | 21.59 | 0.69 | 0.54 |
| Hex | DB | 72 | 37 | 0 | 30 | 4B | E | 16 | 45 | 36 |
| Octal | 333 | 162 | 67 | 0 | 60 | 113 | 16 | 26 | 105 | 66 |
| Binary | 11011011 | 1110010 | 110111 | 0 | 110000 | 1001011 | 1110 | 10110 | 1000101 | 110110 |
Color Harmonies of #DB7237
Complementary color
Monochromatic Colors of #DB7237
Black with #DB7237
Text Example
Text Example
White with #DB7237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7237; }
p { color: rgb(219,114,55); }
H1.HeaderClassName
{
color: #DB7237;
}
.AnyTagClassName
{
color: #DB7237;
}
</style>
background-color css
<style>
a { background-color: #DB7237; }
a { background-color: rgb(219,114,55); }
div.DivClassName
{
background-color: #DB7237;
}
.BgClassName
{
background-color: #DB7237;
}
</style>
border-color css
<style>
span { border-color: #DB7237; }
span { border-color: rgb(219,114,55); }
td.TdClassName
{
border-color: #DB7237;
}
.TagClassName
{
border-color: #DB7237;
}
</style>