Shades of Sorbus #DB6935
Tints of Sorbus #DB6935
RGB
CMYK
RGB Variations
Color information
#DB6935 (or 0xDB6935) is known color: Sorbus. HEX triplet: DB, 69 and 35. RGB value is (219,105,53). Sum of RGB (Red+Green+Blue) = 219+105+53=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6935 is #2496CA. Grayscale: #858585. Windows color (decimal): -2397899 or 3500507. OLE color: 3500507.
HSL color Cylindrical-coordinate representation of color #DB6935: hue angle of 18.8º 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 #DB6935 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 53 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.14 |
| HSL | 18.8º | 0.7% | 0.53% | - |
| HSV(B) | 18.8º | 0.76% | 0.86% | - |
| XYZ | 34.91 | 25.42 | 6.43 | - |
| YUV | 133.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 53 | 0 | 0.52 | 0.76 | 0.14 | 18.8 | 0.7 | 0.53 |
| Hex | DB | 69 | 35 | 0 | 34 | 4C | E | 13 | 46 | 35 |
| Octal | 333 | 151 | 65 | 0 | 64 | 114 | 16 | 23 | 106 | 65 |
| Binary | 11011011 | 1101001 | 110101 | 0 | 110100 | 1001100 | 1110 | 10011 | 1000110 | 110101 |
Color Harmonies of #DB6935
Complementary color
Monochromatic Colors of #DB6935
Black with #DB6935
Text Example
Text Example
White with #DB6935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6935; }
p { color: rgb(219,105,53); }
H1.HeaderClassName
{
color: #DB6935;
}
.AnyTagClassName
{
color: #DB6935;
}
</style>
background-color css
<style>
a { background-color: #DB6935; }
a { background-color: rgb(219,105,53); }
div.DivClassName
{
background-color: #DB6935;
}
.BgClassName
{
background-color: #DB6935;
}
</style>
border-color css
<style>
span { border-color: #DB6935; }
span { border-color: rgb(219,105,53); }
td.TdClassName
{
border-color: #DB6935;
}
.TagClassName
{
border-color: #DB6935;
}
</style>