Shades of Sorbus #DB6A44
Tints of Sorbus #DB6A44
RGB
CMYK
RGB Variations
Color information
#DB6A44 (or 0xDB6A44) is known color: Sorbus. HEX triplet: DB, 6A and 44. RGB value is (219,106,68). Sum of RGB (Red+Green+Blue) = 219+106+68=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6A44 is #2495BB. Grayscale: #878787. Windows color (decimal): -2397628 or 4483803. OLE color: 4483803.
HSL color Cylindrical-coordinate representation of color #DB6A44: hue angle of 15.1º 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 #DB6A44 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 68 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.14 |
| HSL | 15.1º | 0.68% | 0.56% | - |
| HSV(B) | 15.1º | 0.69% | 0.86% | - |
| XYZ | 35.41 | 25.79 | 8.58 | - |
| YUV | 135.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 68 | 0 | 0.52 | 0.69 | 0.14 | 15.1 | 0.68 | 0.56 |
| Hex | DB | 6A | 44 | 0 | 34 | 45 | E | F | 44 | 38 |
| Octal | 333 | 152 | 104 | 0 | 64 | 105 | 16 | 17 | 104 | 70 |
| Binary | 11011011 | 1101010 | 1000100 | 0 | 110100 | 1000101 | 1110 | 1111 | 1000100 | 111000 |
Color Harmonies of #DB6A44
Complementary color
Monochromatic Colors of #DB6A44
Black with #DB6A44
Text Example
Text Example
White with #DB6A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A44; }
p { color: rgb(219,106,68); }
H1.HeaderClassName
{
color: #DB6A44;
}
.AnyTagClassName
{
color: #DB6A44;
}
</style>
background-color css
<style>
a { background-color: #DB6A44; }
a { background-color: rgb(219,106,68); }
div.DivClassName
{
background-color: #DB6A44;
}
.BgClassName
{
background-color: #DB6A44;
}
</style>
border-color css
<style>
span { border-color: #DB6A44; }
span { border-color: rgb(219,106,68); }
td.TdClassName
{
border-color: #DB6A44;
}
.TagClassName
{
border-color: #DB6A44;
}
</style>