Shades of Sorbus #DB6D44
Tints of Sorbus #DB6D44
RGB
CMYK
RGB Variations
Color information
#DB6D44 (or 0xDB6D44) is known color: Sorbus. HEX triplet: DB, 6D and 44. RGB value is (219,109,68). Sum of RGB (Red+Green+Blue) = 219+109+68=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6D44 is #2492BB. Grayscale: #898989. Windows color (decimal): -2396860 or 4484571. OLE color: 4484571.
HSL color Cylindrical-coordinate representation of color #DB6D44: hue angle of 16.29º 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 #DB6D44 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 68 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.14 |
| HSL | 16.29º | 0.68% | 0.56% | - |
| HSV(B) | 16.29º | 0.69% | 0.86% | - |
| XYZ | 35.73 | 26.41 | 8.68 | - |
| YUV | 137.22 | 88.94 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 68 | 0 | 0.50 | 0.69 | 0.14 | 16.29 | 0.68 | 0.56 |
| Hex | DB | 6D | 44 | 0 | 32 | 45 | E | 10 | 44 | 38 |
| Octal | 333 | 155 | 104 | 0 | 62 | 105 | 16 | 20 | 104 | 70 |
| Binary | 11011011 | 1101101 | 1000100 | 0 | 110010 | 1000101 | 1110 | 10000 | 1000100 | 111000 |
Color Harmonies of #DB6D44
Complementary color
Monochromatic Colors of #DB6D44
Black with #DB6D44
Text Example
Text Example
White with #DB6D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D44; }
p { color: rgb(219,109,68); }
H1.HeaderClassName
{
color: #DB6D44;
}
.AnyTagClassName
{
color: #DB6D44;
}
</style>
background-color css
<style>
a { background-color: #DB6D44; }
a { background-color: rgb(219,109,68); }
div.DivClassName
{
background-color: #DB6D44;
}
.BgClassName
{
background-color: #DB6D44;
}
</style>
border-color css
<style>
span { border-color: #DB6D44; }
span { border-color: rgb(219,109,68); }
td.TdClassName
{
border-color: #DB6D44;
}
.TagClassName
{
border-color: #DB6D44;
}
</style>