Shades of Sorbus #DB6643
Tints of Sorbus #DB6643
RGB
CMYK
RGB Variations
Color information
#DB6643 (or 0xDB6643) is known color: Sorbus. HEX triplet: DB, 66 and 43. RGB value is (219,102,67). Sum of RGB (Red+Green+Blue) = 219+102+67=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6643 is #2499BC. Grayscale: #858585. Windows color (decimal): -2398653 or 4417243. OLE color: 4417243.
HSL color Cylindrical-coordinate representation of color #DB6643: hue angle of 13.82º 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 #DB6643 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 67 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.14 |
| HSL | 13.82º | 0.68% | 0.56% | - |
| HSV(B) | 13.82º | 0.69% | 0.86% | - |
| XYZ | 34.98 | 24.97 | 8.29 | - |
| YUV | 132.99 | 90.76 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 67 | 0 | 0.53 | 0.69 | 0.14 | 13.82 | 0.68 | 0.56 |
| Hex | DB | 66 | 43 | 0 | 35 | 45 | E | E | 44 | 38 |
| Octal | 333 | 146 | 103 | 0 | 65 | 105 | 16 | 16 | 104 | 70 |
| Binary | 11011011 | 1100110 | 1000011 | 0 | 110101 | 1000101 | 1110 | 1110 | 1000100 | 111000 |
Color Harmonies of #DB6643
Complementary color
Monochromatic Colors of #DB6643
Black with #DB6643
Text Example
Text Example
White with #DB6643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6643; }
p { color: rgb(219,102,67); }
H1.HeaderClassName
{
color: #DB6643;
}
.AnyTagClassName
{
color: #DB6643;
}
</style>
background-color css
<style>
a { background-color: #DB6643; }
a { background-color: rgb(219,102,67); }
div.DivClassName
{
background-color: #DB6643;
}
.BgClassName
{
background-color: #DB6643;
}
</style>
border-color css
<style>
span { border-color: #DB6643; }
span { border-color: rgb(219,102,67); }
td.TdClassName
{
border-color: #DB6643;
}
.TagClassName
{
border-color: #DB6643;
}
</style>