Shades of Sorbus #DB6B3A
Tints of Sorbus #DB6B3A
RGB
CMYK
RGB Variations
Color information
#DB6B3A (or 0xDB6B3A) is known color: Sorbus. HEX triplet: DB, 6B and 3A. RGB value is (219,107,58). Sum of RGB (Red+Green+Blue) = 219+107+58=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B3A is #2494C5. Grayscale: #878787. Windows color (decimal): -2397382 or 3828699. OLE color: 3828699.
HSL color Cylindrical-coordinate representation of color #DB6B3A: hue angle of 18.26º 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 #DB6B3A is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 58 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.14 |
| HSL | 18.26º | 0.69% | 0.54% | - |
| HSV(B) | 18.26º | 0.74% | 0.86% | - |
| XYZ | 35.23 | 25.88 | 7.14 | - |
| YUV | 134.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 58 | 0 | 0.51 | 0.74 | 0.14 | 18.26 | 0.69 | 0.54 |
| Hex | DB | 6B | 3A | 0 | 33 | 4A | E | 12 | 45 | 36 |
| Octal | 333 | 153 | 72 | 0 | 63 | 112 | 16 | 22 | 105 | 66 |
| Binary | 11011011 | 1101011 | 111010 | 0 | 110011 | 1001010 | 1110 | 10010 | 1000101 | 110110 |
Color Harmonies of #DB6B3A
Complementary color
Monochromatic Colors of #DB6B3A
Black with #DB6B3A
Text Example
Text Example
White with #DB6B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B3A; }
p { color: rgb(219,107,58); }
H1.HeaderClassName
{
color: #DB6B3A;
}
.AnyTagClassName
{
color: #DB6B3A;
}
</style>
background-color css
<style>
a { background-color: #DB6B3A; }
a { background-color: rgb(219,107,58); }
div.DivClassName
{
background-color: #DB6B3A;
}
.BgClassName
{
background-color: #DB6B3A;
}
</style>
border-color css
<style>
span { border-color: #DB6B3A; }
span { border-color: rgb(219,107,58); }
td.TdClassName
{
border-color: #DB6B3A;
}
.TagClassName
{
border-color: #DB6B3A;
}
</style>