Shades of Sorbus #DB6D3E
Tints of Sorbus #DB6D3E
RGB
CMYK
RGB Variations
Color information
#DB6D3E (or 0xDB6D3E) is known color: Sorbus. HEX triplet: DB, 6D and 3E. RGB value is (219,109,62). Sum of RGB (Red+Green+Blue) = 219+109+62=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6D3E is #2492C1. Grayscale: #888888. Windows color (decimal): -2396866 or 4091355. OLE color: 4091355.
HSL color Cylindrical-coordinate representation of color #DB6D3E: hue angle of 17.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB6D3E is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 62 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.14 |
| HSL | 17.96º | 0.69% | 0.55% | - |
| HSV(B) | 17.96º | 0.72% | 0.86% | - |
| XYZ | 35.55 | 26.35 | 7.77 | - |
| YUV | 136.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 62 | 0 | 0.50 | 0.72 | 0.14 | 17.96 | 0.69 | 0.55 |
| Hex | DB | 6D | 3E | 0 | 32 | 48 | E | 12 | 45 | 37 |
| Octal | 333 | 155 | 76 | 0 | 62 | 110 | 16 | 22 | 105 | 67 |
| Binary | 11011011 | 1101101 | 111110 | 0 | 110010 | 1001000 | 1110 | 10010 | 1000101 | 110111 |
Color Harmonies of #DB6D3E
Complementary color
Monochromatic Colors of #DB6D3E
Black with #DB6D3E
Text Example
Text Example
White with #DB6D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D3E; }
p { color: rgb(219,109,62); }
H1.HeaderClassName
{
color: #DB6D3E;
}
.AnyTagClassName
{
color: #DB6D3E;
}
</style>
background-color css
<style>
a { background-color: #DB6D3E; }
a { background-color: rgb(219,109,62); }
div.DivClassName
{
background-color: #DB6D3E;
}
.BgClassName
{
background-color: #DB6D3E;
}
</style>
border-color css
<style>
span { border-color: #DB6D3E; }
span { border-color: rgb(219,109,62); }
td.TdClassName
{
border-color: #DB6D3E;
}
.TagClassName
{
border-color: #DB6D3E;
}
</style>