Shades of Sorbus #DB6843
Tints of Sorbus #DB6843
RGB
CMYK
RGB Variations
Color information
#DB6843 (or 0xDB6843) is known color: Sorbus. HEX triplet: DB, 68 and 43. RGB value is (219,104,67). Sum of RGB (Red+Green+Blue) = 219+104+67=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6843 is #2497BC. Grayscale: #868686. Windows color (decimal): -2398141 or 4417755. OLE color: 4417755.
HSL color Cylindrical-coordinate representation of color #DB6843: hue angle of 14.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB6843 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 67 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.14 |
| HSL | 14.61º | 0.68% | 0.56% | - |
| HSV(B) | 14.61º | 0.69% | 0.86% | - |
| XYZ | 35.18 | 25.37 | 8.35 | - |
| YUV | 134.17 | 90.1 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 67 | 0 | 0.53 | 0.69 | 0.14 | 14.61 | 0.68 | 0.56 |
| Hex | DB | 68 | 43 | 0 | 35 | 45 | E | F | 44 | 38 |
| Octal | 333 | 150 | 103 | 0 | 65 | 105 | 16 | 17 | 104 | 70 |
| Binary | 11011011 | 1101000 | 1000011 | 0 | 110101 | 1000101 | 1110 | 1111 | 1000100 | 111000 |
Color Harmonies of #DB6843
Complementary color
Monochromatic Colors of #DB6843
Black with #DB6843
Text Example
Text Example
White with #DB6843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6843; }
p { color: rgb(219,104,67); }
H1.HeaderClassName
{
color: #DB6843;
}
.AnyTagClassName
{
color: #DB6843;
}
</style>
background-color css
<style>
a { background-color: #DB6843; }
a { background-color: rgb(219,104,67); }
div.DivClassName
{
background-color: #DB6843;
}
.BgClassName
{
background-color: #DB6843;
}
</style>
border-color css
<style>
span { border-color: #DB6843; }
span { border-color: rgb(219,104,67); }
td.TdClassName
{
border-color: #DB6843;
}
.TagClassName
{
border-color: #DB6843;
}
</style>