Shades of Sorbus #DB6A41
Tints of Sorbus #DB6A41
RGB
CMYK
RGB Variations
Color information
#DB6A41 (or 0xDB6A41) is known color: Sorbus. HEX triplet: DB, 6A and 41. RGB value is (219,106,65). Sum of RGB (Red+Green+Blue) = 219+106+65=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6A41 is #2495BE. Grayscale: #878787. Windows color (decimal): -2397631 or 4287195. OLE color: 4287195.
HSL color Cylindrical-coordinate representation of color #DB6A41: hue angle of 15.97º 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 #DB6A41 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 65 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.14 |
| HSL | 15.97º | 0.68% | 0.56% | - |
| HSV(B) | 15.97º | 0.7% | 0.86% | - |
| XYZ | 35.32 | 25.75 | 8.11 | - |
| YUV | 135.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 65 | 0 | 0.52 | 0.70 | 0.14 | 15.97 | 0.68 | 0.56 |
| Hex | DB | 6A | 41 | 0 | 34 | 46 | E | 10 | 44 | 38 |
| Octal | 333 | 152 | 101 | 0 | 64 | 106 | 16 | 20 | 104 | 70 |
| Binary | 11011011 | 1101010 | 1000001 | 0 | 110100 | 1000110 | 1110 | 10000 | 1000100 | 111000 |
Color Harmonies of #DB6A41
Complementary color
Monochromatic Colors of #DB6A41
Black with #DB6A41
Text Example
Text Example
White with #DB6A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A41; }
p { color: rgb(219,106,65); }
H1.HeaderClassName
{
color: #DB6A41;
}
.AnyTagClassName
{
color: #DB6A41;
}
</style>
background-color css
<style>
a { background-color: #DB6A41; }
a { background-color: rgb(219,106,65); }
div.DivClassName
{
background-color: #DB6A41;
}
.BgClassName
{
background-color: #DB6A41;
}
</style>
border-color css
<style>
span { border-color: #DB6A41; }
span { border-color: rgb(219,106,65); }
td.TdClassName
{
border-color: #DB6A41;
}
.TagClassName
{
border-color: #DB6A41;
}
</style>