Shades of Sorbus #DB6540
Tints of Sorbus #DB6540
RGB
CMYK
RGB Variations
Color information
#DB6540 (or 0xDB6540) is known color: Sorbus. HEX triplet: DB, 65 and 40. RGB value is (219,101,64). Sum of RGB (Red+Green+Blue) = 219+101+64=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6540 is #249ABF. Grayscale: #848484. Windows color (decimal): -2398912 or 4220379. OLE color: 4220379.
HSL color Cylindrical-coordinate representation of color #DB6540: hue angle of 14.32º 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 #DB6540 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 64 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.14 |
| HSL | 14.32º | 0.68% | 0.55% | - |
| HSV(B) | 14.32º | 0.71% | 0.86% | - |
| XYZ | 34.79 | 24.74 | 7.79 | - |
| YUV | 132.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 64 | 0 | 0.54 | 0.71 | 0.14 | 14.32 | 0.68 | 0.55 |
| Hex | DB | 65 | 40 | 0 | 36 | 47 | E | E | 44 | 37 |
| Octal | 333 | 145 | 100 | 0 | 66 | 107 | 16 | 16 | 104 | 67 |
| Binary | 11011011 | 1100101 | 1000000 | 0 | 110110 | 1000111 | 1110 | 1110 | 1000100 | 110111 |
Color Harmonies of #DB6540
Complementary color
Monochromatic Colors of #DB6540
Black with #DB6540
Text Example
Text Example
White with #DB6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6540; }
p { color: rgb(219,101,64); }
H1.HeaderClassName
{
color: #DB6540;
}
.AnyTagClassName
{
color: #DB6540;
}
</style>
background-color css
<style>
a { background-color: #DB6540; }
a { background-color: rgb(219,101,64); }
div.DivClassName
{
background-color: #DB6540;
}
.BgClassName
{
background-color: #DB6540;
}
</style>
border-color css
<style>
span { border-color: #DB6540; }
span { border-color: rgb(219,101,64); }
td.TdClassName
{
border-color: #DB6540;
}
.TagClassName
{
border-color: #DB6540;
}
</style>