Shades of Sorbus #DB6C39
Tints of Sorbus #DB6C39
RGB
CMYK
RGB Variations
Color information
#DB6C39 (or 0xDB6C39) is known color: Sorbus. HEX triplet: DB, 6C and 39. RGB value is (219,108,57). Sum of RGB (Red+Green+Blue) = 219+108+57=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C39 is #2493C6. Grayscale: #878787. Windows color (decimal): -2397127 or 3763419. OLE color: 3763419.
HSL color Cylindrical-coordinate representation of color #DB6C39: hue angle of 18.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB6C39 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 57 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.14 |
| HSL | 18.89º | 0.69% | 0.54% | - |
| HSV(B) | 18.89º | 0.74% | 0.86% | - |
| XYZ | 35.31 | 26.08 | 7.04 | - |
| YUV | 135.38 | 83.77 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 57 | 0 | 0.51 | 0.74 | 0.14 | 18.89 | 0.69 | 0.54 |
| Hex | DB | 6C | 39 | 0 | 33 | 4A | E | 13 | 45 | 36 |
| Octal | 333 | 154 | 71 | 0 | 63 | 112 | 16 | 23 | 105 | 66 |
| Binary | 11011011 | 1101100 | 111001 | 0 | 110011 | 1001010 | 1110 | 10011 | 1000101 | 110110 |
Color Harmonies of #DB6C39
Complementary color
Monochromatic Colors of #DB6C39
Black with #DB6C39
Text Example
Text Example
White with #DB6C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C39; }
p { color: rgb(219,108,57); }
H1.HeaderClassName
{
color: #DB6C39;
}
.AnyTagClassName
{
color: #DB6C39;
}
</style>
background-color css
<style>
a { background-color: #DB6C39; }
a { background-color: rgb(219,108,57); }
div.DivClassName
{
background-color: #DB6C39;
}
.BgClassName
{
background-color: #DB6C39;
}
</style>
border-color css
<style>
span { border-color: #DB6C39; }
span { border-color: rgb(219,108,57); }
td.TdClassName
{
border-color: #DB6C39;
}
.TagClassName
{
border-color: #DB6C39;
}
</style>