Shades of Sorbus #DB6B43
Tints of Sorbus #DB6B43
RGB
CMYK
RGB Variations
Color information
#DB6B43 (or 0xDB6B43) is known color: Sorbus. HEX triplet: DB, 6B and 43. RGB value is (219,107,67). Sum of RGB (Red+Green+Blue) = 219+107+67=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B43 is #2494BC. Grayscale: #888888. Windows color (decimal): -2397373 or 4418523. OLE color: 4418523.
HSL color Cylindrical-coordinate representation of color #DB6B43: hue angle of 15.79º 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 #DB6B43 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 67 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.14 |
| HSL | 15.79º | 0.68% | 0.56% | - |
| HSV(B) | 15.79º | 0.69% | 0.86% | - |
| XYZ | 35.48 | 25.98 | 8.45 | - |
| YUV | 135.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 67 | 0 | 0.51 | 0.69 | 0.14 | 15.79 | 0.68 | 0.56 |
| Hex | DB | 6B | 43 | 0 | 33 | 45 | E | 10 | 44 | 38 |
| Octal | 333 | 153 | 103 | 0 | 63 | 105 | 16 | 20 | 104 | 70 |
| Binary | 11011011 | 1101011 | 1000011 | 0 | 110011 | 1000101 | 1110 | 10000 | 1000100 | 111000 |
Color Harmonies of #DB6B43
Complementary color
Monochromatic Colors of #DB6B43
Black with #DB6B43
Text Example
Text Example
White with #DB6B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B43; }
p { color: rgb(219,107,67); }
H1.HeaderClassName
{
color: #DB6B43;
}
.AnyTagClassName
{
color: #DB6B43;
}
</style>
background-color css
<style>
a { background-color: #DB6B43; }
a { background-color: rgb(219,107,67); }
div.DivClassName
{
background-color: #DB6B43;
}
.BgClassName
{
background-color: #DB6B43;
}
</style>
border-color css
<style>
span { border-color: #DB6B43; }
span { border-color: rgb(219,107,67); }
td.TdClassName
{
border-color: #DB6B43;
}
.TagClassName
{
border-color: #DB6B43;
}
</style>