Shades of Sorbus #DB6744
Tints of Sorbus #DB6744
RGB
CMYK
RGB Variations
Color information
#DB6744 (or 0xDB6744) is known color: Sorbus. HEX triplet: DB, 67 and 44. RGB value is (219,103,68). Sum of RGB (Red+Green+Blue) = 219+103+68=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6744 is #2498BB. Grayscale: #858585. Windows color (decimal): -2398396 or 4483035. OLE color: 4483035.
HSL color Cylindrical-coordinate representation of color #DB6744: hue angle of 13.91º 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 #DB6744 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 68 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.14 |
| HSL | 13.91º | 0.68% | 0.56% | - |
| HSV(B) | 13.91º | 0.69% | 0.86% | - |
| XYZ | 35.11 | 25.18 | 8.48 | - |
| YUV | 133.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 68 | 0 | 0.53 | 0.69 | 0.14 | 13.91 | 0.68 | 0.56 |
| Hex | DB | 67 | 44 | 0 | 35 | 45 | E | E | 44 | 38 |
| Octal | 333 | 147 | 104 | 0 | 65 | 105 | 16 | 16 | 104 | 70 |
| Binary | 11011011 | 1100111 | 1000100 | 0 | 110101 | 1000101 | 1110 | 1110 | 1000100 | 111000 |
Color Harmonies of #DB6744
Complementary color
Monochromatic Colors of #DB6744
Black with #DB6744
Text Example
Text Example
White with #DB6744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6744; }
p { color: rgb(219,103,68); }
H1.HeaderClassName
{
color: #DB6744;
}
.AnyTagClassName
{
color: #DB6744;
}
</style>
background-color css
<style>
a { background-color: #DB6744; }
a { background-color: rgb(219,103,68); }
div.DivClassName
{
background-color: #DB6744;
}
.BgClassName
{
background-color: #DB6744;
}
</style>
border-color css
<style>
span { border-color: #DB6744; }
span { border-color: rgb(219,103,68); }
td.TdClassName
{
border-color: #DB6744;
}
.TagClassName
{
border-color: #DB6744;
}
</style>