Shades of Sorbus #DB6A46
Tints of Sorbus #DB6A46
RGB
CMYK
RGB Variations
Color information
#DB6A46 (or 0xDB6A46) is known color: Sorbus. HEX triplet: DB, 6A and 46. RGB value is (219,106,70). Sum of RGB (Red+Green+Blue) = 219+106+70=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6A46 is #2495B9. Grayscale: #878787. Windows color (decimal): -2397626 or 4614875. OLE color: 4614875.
HSL color Cylindrical-coordinate representation of color #DB6A46: hue angle of 14.5º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB6A46 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 70 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.14 |
| HSL | 14.5º | 0.67% | 0.57% | - |
| HSV(B) | 14.5º | 0.68% | 0.86% | - |
| XYZ | 35.47 | 25.81 | 8.91 | - |
| YUV | 135.68 | 90.94 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 70 | 0 | 0.52 | 0.68 | 0.14 | 14.5 | 0.67 | 0.57 |
| Hex | DB | 6A | 46 | 0 | 34 | 44 | E | E | 43 | 39 |
| Octal | 333 | 152 | 106 | 0 | 64 | 104 | 16 | 16 | 103 | 71 |
| Binary | 11011011 | 1101010 | 1000110 | 0 | 110100 | 1000100 | 1110 | 1110 | 1000011 | 111001 |
Color Harmonies of #DB6A46
Complementary color
Monochromatic Colors of #DB6A46
Black with #DB6A46
Text Example
Text Example
White with #DB6A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A46; }
p { color: rgb(219,106,70); }
H1.HeaderClassName
{
color: #DB6A46;
}
.AnyTagClassName
{
color: #DB6A46;
}
</style>
background-color css
<style>
a { background-color: #DB6A46; }
a { background-color: rgb(219,106,70); }
div.DivClassName
{
background-color: #DB6A46;
}
.BgClassName
{
background-color: #DB6A46;
}
</style>
border-color css
<style>
span { border-color: #DB6A46; }
span { border-color: rgb(219,106,70); }
td.TdClassName
{
border-color: #DB6A46;
}
.TagClassName
{
border-color: #DB6A46;
}
</style>