Shades of Sorbus #DB6F41
Tints of Sorbus #DB6F41
RGB
CMYK
RGB Variations
Color information
#DB6F41 (or 0xDB6F41) is known color: Sorbus. HEX triplet: DB, 6F and 41. RGB value is (219,111,65). Sum of RGB (Red+Green+Blue) = 219+111+65=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F41 is #2490BE. Grayscale: #8A8A8A. Windows color (decimal): -2396351 or 4288475. OLE color: 4288475.
HSL color Cylindrical-coordinate representation of color #DB6F41: hue angle of 17.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB6F41 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 65 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.14 |
| HSL | 17.92º | 0.68% | 0.56% | - |
| HSV(B) | 17.92º | 0.7% | 0.86% | - |
| XYZ | 35.85 | 26.81 | 8.29 | - |
| YUV | 138.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 65 | 0 | 0.49 | 0.70 | 0.14 | 17.92 | 0.68 | 0.56 |
| Hex | DB | 6F | 41 | 0 | 31 | 46 | E | 12 | 44 | 38 |
| Octal | 333 | 157 | 101 | 0 | 61 | 106 | 16 | 22 | 104 | 70 |
| Binary | 11011011 | 1101111 | 1000001 | 0 | 110001 | 1000110 | 1110 | 10010 | 1000100 | 111000 |
Color Harmonies of #DB6F41
Complementary color
Monochromatic Colors of #DB6F41
Black with #DB6F41
Text Example
Text Example
White with #DB6F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F41; }
p { color: rgb(219,111,65); }
H1.HeaderClassName
{
color: #DB6F41;
}
.AnyTagClassName
{
color: #DB6F41;
}
</style>
background-color css
<style>
a { background-color: #DB6F41; }
a { background-color: rgb(219,111,65); }
div.DivClassName
{
background-color: #DB6F41;
}
.BgClassName
{
background-color: #DB6F41;
}
</style>
border-color css
<style>
span { border-color: #DB6F41; }
span { border-color: rgb(219,111,65); }
td.TdClassName
{
border-color: #DB6F41;
}
.TagClassName
{
border-color: #DB6F41;
}
</style>