Shades of Sorbus #DB6836
Tints of Sorbus #DB6836
RGB
CMYK
RGB Variations
Color information
#DB6836 (or 0xDB6836) is known color: Sorbus. HEX triplet: DB, 68 and 36. RGB value is (219,104,54). Sum of RGB (Red+Green+Blue) = 219+104+54=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6836 is #2497C9. Grayscale: #858585. Windows color (decimal): -2398154 or 3565787. OLE color: 3565787.
HSL color Cylindrical-coordinate representation of color #DB6836: hue angle of 18.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB6836 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 54 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.14 |
| HSL | 18.18º | 0.7% | 0.54% | - |
| HSV(B) | 18.18º | 0.75% | 0.86% | - |
| XYZ | 34.83 | 25.23 | 6.52 | - |
| YUV | 132.69 | 83.6 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 54 | 0 | 0.53 | 0.75 | 0.14 | 18.18 | 0.7 | 0.54 |
| Hex | DB | 68 | 36 | 0 | 35 | 4B | E | 12 | 46 | 36 |
| Octal | 333 | 150 | 66 | 0 | 65 | 113 | 16 | 22 | 106 | 66 |
| Binary | 11011011 | 1101000 | 110110 | 0 | 110101 | 1001011 | 1110 | 10010 | 1000110 | 110110 |
Color Harmonies of #DB6836
Complementary color
Monochromatic Colors of #DB6836
Black with #DB6836
Text Example
Text Example
White with #DB6836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6836; }
p { color: rgb(219,104,54); }
H1.HeaderClassName
{
color: #DB6836;
}
.AnyTagClassName
{
color: #DB6836;
}
</style>
background-color css
<style>
a { background-color: #DB6836; }
a { background-color: rgb(219,104,54); }
div.DivClassName
{
background-color: #DB6836;
}
.BgClassName
{
background-color: #DB6836;
}
</style>
border-color css
<style>
span { border-color: #DB6836; }
span { border-color: rgb(219,104,54); }
td.TdClassName
{
border-color: #DB6836;
}
.TagClassName
{
border-color: #DB6836;
}
</style>