Shades of Sorbus #DB6C3A
Tints of Sorbus #DB6C3A
RGB
CMYK
RGB Variations
Color information
#DB6C3A (or 0xDB6C3A) is known color: Sorbus. HEX triplet: DB, 6C and 3A. RGB value is (219,108,58). Sum of RGB (Red+Green+Blue) = 219+108+58=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C3A is #2493C5. Grayscale: #878787. Windows color (decimal): -2397126 or 3828955. OLE color: 3828955.
HSL color Cylindrical-coordinate representation of color #DB6C3A: hue angle of 18.63º 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 #DB6C3A is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 58 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.14 |
| HSL | 18.63º | 0.69% | 0.54% | - |
| HSV(B) | 18.63º | 0.74% | 0.86% | - |
| XYZ | 35.34 | 26.09 | 7.18 | - |
| YUV | 135.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 58 | 0 | 0.51 | 0.74 | 0.14 | 18.63 | 0.69 | 0.54 |
| Hex | DB | 6C | 3A | 0 | 33 | 4A | E | 13 | 45 | 36 |
| Octal | 333 | 154 | 72 | 0 | 63 | 112 | 16 | 23 | 105 | 66 |
| Binary | 11011011 | 1101100 | 111010 | 0 | 110011 | 1001010 | 1110 | 10011 | 1000101 | 110110 |
Color Harmonies of #DB6C3A
Complementary color
Monochromatic Colors of #DB6C3A
Black with #DB6C3A
Text Example
Text Example
White with #DB6C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C3A; }
p { color: rgb(219,108,58); }
H1.HeaderClassName
{
color: #DB6C3A;
}
.AnyTagClassName
{
color: #DB6C3A;
}
</style>
background-color css
<style>
a { background-color: #DB6C3A; }
a { background-color: rgb(219,108,58); }
div.DivClassName
{
background-color: #DB6C3A;
}
.BgClassName
{
background-color: #DB6C3A;
}
</style>
border-color css
<style>
span { border-color: #DB6C3A; }
span { border-color: rgb(219,108,58); }
td.TdClassName
{
border-color: #DB6C3A;
}
.TagClassName
{
border-color: #DB6C3A;
}
</style>