Shades of Sorbus #DB6135
Tints of Sorbus #DB6135
RGB
CMYK
RGB Variations
Color information
#DB6135 (or 0xDB6135) is known color: Sorbus. HEX triplet: DB, 61 and 35. RGB value is (219,97,53). Sum of RGB (Red+Green+Blue) = 219+97+53=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6135 is #249ECA. Grayscale: #808080. Windows color (decimal): -2399947 or 3498459. OLE color: 3498459.
HSL color Cylindrical-coordinate representation of color #DB6135: hue angle of 15.9º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB6135 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 53 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.14 |
| HSL | 15.9º | 0.7% | 0.53% | - |
| HSV(B) | 15.9º | 0.76% | 0.86% | - |
| XYZ | 34.13 | 23.87 | 6.18 | - |
| YUV | 128.46 | 85.42 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 53 | 0 | 0.56 | 0.76 | 0.14 | 15.9 | 0.7 | 0.53 |
| Hex | DB | 61 | 35 | 0 | 38 | 4C | E | 10 | 46 | 35 |
| Octal | 333 | 141 | 65 | 0 | 70 | 114 | 16 | 20 | 106 | 65 |
| Binary | 11011011 | 1100001 | 110101 | 0 | 111000 | 1001100 | 1110 | 10000 | 1000110 | 110101 |
Color Harmonies of #DB6135
Complementary color
Monochromatic Colors of #DB6135
Black with #DB6135
Text Example
Text Example
White with #DB6135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6135; }
p { color: rgb(219,97,53); }
H1.HeaderClassName
{
color: #DB6135;
}
.AnyTagClassName
{
color: #DB6135;
}
</style>
background-color css
<style>
a { background-color: #DB6135; }
a { background-color: rgb(219,97,53); }
div.DivClassName
{
background-color: #DB6135;
}
.BgClassName
{
background-color: #DB6135;
}
</style>
border-color css
<style>
span { border-color: #DB6135; }
span { border-color: rgb(219,97,53); }
td.TdClassName
{
border-color: #DB6135;
}
.TagClassName
{
border-color: #DB6135;
}
</style>