Shades of Sorbus #DB6B44
Tints of Sorbus #DB6B44
RGB
CMYK
RGB Variations
Color information
#DB6B44 (or 0xDB6B44) is known color: Sorbus. HEX triplet: DB, 6B and 44. RGB value is (219,107,68). Sum of RGB (Red+Green+Blue) = 219+107+68=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B44 is #2494BB. Grayscale: #888888. Windows color (decimal): -2397372 or 4484059. OLE color: 4484059.
HSL color Cylindrical-coordinate representation of color #DB6B44: hue angle of 15.5º 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 #DB6B44 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 68 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.14 |
| HSL | 15.5º | 0.68% | 0.56% | - |
| HSV(B) | 15.5º | 0.69% | 0.86% | - |
| XYZ | 35.51 | 25.99 | 8.61 | - |
| YUV | 136.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 68 | 0 | 0.51 | 0.69 | 0.14 | 15.5 | 0.68 | 0.56 |
| Hex | DB | 6B | 44 | 0 | 33 | 45 | E | F | 44 | 38 |
| Octal | 333 | 153 | 104 | 0 | 63 | 105 | 16 | 17 | 104 | 70 |
| Binary | 11011011 | 1101011 | 1000100 | 0 | 110011 | 1000101 | 1110 | 1111 | 1000100 | 111000 |
Color Harmonies of #DB6B44
Complementary color
Monochromatic Colors of #DB6B44
Black with #DB6B44
Text Example
Text Example
White with #DB6B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B44; }
p { color: rgb(219,107,68); }
H1.HeaderClassName
{
color: #DB6B44;
}
.AnyTagClassName
{
color: #DB6B44;
}
</style>
background-color css
<style>
a { background-color: #DB6B44; }
a { background-color: rgb(219,107,68); }
div.DivClassName
{
background-color: #DB6B44;
}
.BgClassName
{
background-color: #DB6B44;
}
</style>
border-color css
<style>
span { border-color: #DB6B44; }
span { border-color: rgb(219,107,68); }
td.TdClassName
{
border-color: #DB6B44;
}
.TagClassName
{
border-color: #DB6B44;
}
</style>