Shades of Sorbus #DB6943
Tints of Sorbus #DB6943
RGB
CMYK
RGB Variations
Color information
#DB6943 (or 0xDB6943) is known color: Sorbus. HEX triplet: DB, 69 and 43. RGB value is (219,105,67). Sum of RGB (Red+Green+Blue) = 219+105+67=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6943 is #2496BC. Grayscale: #878787. Windows color (decimal): -2397885 or 4418011. OLE color: 4418011.
HSL color Cylindrical-coordinate representation of color #DB6943: hue angle of 15º 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 #DB6943 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 67 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.14 |
| HSL | 15º | 0.68% | 0.56% | - |
| HSV(B) | 15º | 0.69% | 0.86% | - |
| XYZ | 35.28 | 25.57 | 8.39 | - |
| YUV | 134.75 | 89.77 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 67 | 0 | 0.52 | 0.69 | 0.14 | 15 | 0.68 | 0.56 |
| Hex | DB | 69 | 43 | 0 | 34 | 45 | E | F | 44 | 38 |
| Octal | 333 | 151 | 103 | 0 | 64 | 105 | 16 | 17 | 104 | 70 |
| Binary | 11011011 | 1101001 | 1000011 | 0 | 110100 | 1000101 | 1110 | 1111 | 1000100 | 111000 |
Color Harmonies of #DB6943
Complementary color
Monochromatic Colors of #DB6943
Black with #DB6943
Text Example
Text Example
White with #DB6943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6943; }
p { color: rgb(219,105,67); }
H1.HeaderClassName
{
color: #DB6943;
}
.AnyTagClassName
{
color: #DB6943;
}
</style>
background-color css
<style>
a { background-color: #DB6943; }
a { background-color: rgb(219,105,67); }
div.DivClassName
{
background-color: #DB6943;
}
.BgClassName
{
background-color: #DB6943;
}
</style>
border-color css
<style>
span { border-color: #DB6943; }
span { border-color: rgb(219,105,67); }
td.TdClassName
{
border-color: #DB6943;
}
.TagClassName
{
border-color: #DB6943;
}
</style>