Shades of Sorbus #DB6634
Tints of Sorbus #DB6634
RGB
CMYK
RGB Variations
Color information
#DB6634 (or 0xDB6634) is known color: Sorbus. HEX triplet: DB, 66 and 34. RGB value is (219,102,52). Sum of RGB (Red+Green+Blue) = 219+102+52=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6634 is #2499CB. Grayscale: #838383. Windows color (decimal): -2398668 or 3434203. OLE color: 3434203.
HSL color Cylindrical-coordinate representation of color #DB6634: hue angle of 17.96º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB6634 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 52 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.14 |
| HSL | 17.96º | 0.7% | 0.53% | - |
| HSV(B) | 17.96º | 0.76% | 0.86% | - |
| XYZ | 34.58 | 24.81 | 6.21 | - |
| YUV | 131.28 | 83.26 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 52 | 0 | 0.53 | 0.76 | 0.14 | 17.96 | 0.7 | 0.53 |
| Hex | DB | 66 | 34 | 0 | 35 | 4C | E | 12 | 46 | 35 |
| Octal | 333 | 146 | 64 | 0 | 65 | 114 | 16 | 22 | 106 | 65 |
| Binary | 11011011 | 1100110 | 110100 | 0 | 110101 | 1001100 | 1110 | 10010 | 1000110 | 110101 |
Color Harmonies of #DB6634
Complementary color
Monochromatic Colors of #DB6634
Black with #DB6634
Text Example
Text Example
White with #DB6634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6634; }
p { color: rgb(219,102,52); }
H1.HeaderClassName
{
color: #DB6634;
}
.AnyTagClassName
{
color: #DB6634;
}
</style>
background-color css
<style>
a { background-color: #DB6634; }
a { background-color: rgb(219,102,52); }
div.DivClassName
{
background-color: #DB6634;
}
.BgClassName
{
background-color: #DB6634;
}
</style>
border-color css
<style>
span { border-color: #DB6634; }
span { border-color: rgb(219,102,52); }
td.TdClassName
{
border-color: #DB6634;
}
.TagClassName
{
border-color: #DB6634;
}
</style>