Shades of Sorbus #DB6640
Tints of Sorbus #DB6640
RGB
CMYK
RGB Variations
Color information
#DB6640 (or 0xDB6640) is known color: Sorbus. HEX triplet: DB, 66 and 40. RGB value is (219,102,64). Sum of RGB (Red+Green+Blue) = 219+102+64=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6640 is #2499BF. Grayscale: #848484. Windows color (decimal): -2398656 or 4220635. OLE color: 4220635.
HSL color Cylindrical-coordinate representation of color #DB6640: hue angle of 14.71º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB6640 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 64 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.14 |
| HSL | 14.71º | 0.68% | 0.55% | - |
| HSV(B) | 14.71º | 0.71% | 0.86% | - |
| XYZ | 34.89 | 24.93 | 7.82 | - |
| YUV | 132.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 64 | 0 | 0.53 | 0.71 | 0.14 | 14.71 | 0.68 | 0.55 |
| Hex | DB | 66 | 40 | 0 | 35 | 47 | E | F | 44 | 37 |
| Octal | 333 | 146 | 100 | 0 | 65 | 107 | 16 | 17 | 104 | 67 |
| Binary | 11011011 | 1100110 | 1000000 | 0 | 110101 | 1000111 | 1110 | 1111 | 1000100 | 110111 |
Color Harmonies of #DB6640
Complementary color
Monochromatic Colors of #DB6640
Black with #DB6640
Text Example
Text Example
White with #DB6640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6640; }
p { color: rgb(219,102,64); }
H1.HeaderClassName
{
color: #DB6640;
}
.AnyTagClassName
{
color: #DB6640;
}
</style>
background-color css
<style>
a { background-color: #DB6640; }
a { background-color: rgb(219,102,64); }
div.DivClassName
{
background-color: #DB6640;
}
.BgClassName
{
background-color: #DB6640;
}
</style>
border-color css
<style>
span { border-color: #DB6640; }
span { border-color: rgb(219,102,64); }
td.TdClassName
{
border-color: #DB6640;
}
.TagClassName
{
border-color: #DB6640;
}
</style>