Shades of Sorbus #DB6136
Tints of Sorbus #DB6136
RGB
CMYK
RGB Variations
Color information
#DB6136 (or 0xDB6136) is known color: Sorbus. HEX triplet: DB, 61 and 36. RGB value is (219,97,54). Sum of RGB (Red+Green+Blue) = 219+97+54=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6136 is #249EC9. Grayscale: #808080. Windows color (decimal): -2399946 or 3563995. OLE color: 3563995.
HSL color Cylindrical-coordinate representation of color #DB6136: hue angle of 15.64º 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 #DB6136 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 54 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.14 |
| HSL | 15.64º | 0.7% | 0.54% | - |
| HSV(B) | 15.64º | 0.75% | 0.86% | - |
| XYZ | 34.15 | 23.88 | 6.3 | - |
| YUV | 128.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 54 | 0 | 0.56 | 0.75 | 0.14 | 15.64 | 0.7 | 0.54 |
| Hex | DB | 61 | 36 | 0 | 38 | 4B | E | 10 | 46 | 36 |
| Octal | 333 | 141 | 66 | 0 | 70 | 113 | 16 | 20 | 106 | 66 |
| Binary | 11011011 | 1100001 | 110110 | 0 | 111000 | 1001011 | 1110 | 10000 | 1000110 | 110110 |
Color Harmonies of #DB6136
Complementary color
Monochromatic Colors of #DB6136
Black with #DB6136
Text Example
Text Example
White with #DB6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6136; }
p { color: rgb(219,97,54); }
H1.HeaderClassName
{
color: #DB6136;
}
.AnyTagClassName
{
color: #DB6136;
}
</style>
background-color css
<style>
a { background-color: #DB6136; }
a { background-color: rgb(219,97,54); }
div.DivClassName
{
background-color: #DB6136;
}
.BgClassName
{
background-color: #DB6136;
}
</style>
border-color css
<style>
span { border-color: #DB6136; }
span { border-color: rgb(219,97,54); }
td.TdClassName
{
border-color: #DB6136;
}
.TagClassName
{
border-color: #DB6136;
}
</style>