Shades of Sorbus #DB6A45
Tints of Sorbus #DB6A45
RGB
CMYK
RGB Variations
Color information
#DB6A45 (or 0xDB6A45) is known color: Sorbus. HEX triplet: DB, 6A and 45. RGB value is (219,106,69). Sum of RGB (Red+Green+Blue) = 219+106+69=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6A45 is #2495BA. Grayscale: #878787. Windows color (decimal): -2397627 or 4549339. OLE color: 4549339.
HSL color Cylindrical-coordinate representation of color #DB6A45: hue angle of 14.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB6A45 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 69 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.14 |
| HSL | 14.8º | 0.68% | 0.56% | - |
| HSV(B) | 14.8º | 0.68% | 0.86% | - |
| XYZ | 35.44 | 25.8 | 8.74 | - |
| YUV | 135.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 69 | 0 | 0.52 | 0.68 | 0.14 | 14.8 | 0.68 | 0.56 |
| Hex | DB | 6A | 45 | 0 | 34 | 44 | E | F | 44 | 38 |
| Octal | 333 | 152 | 105 | 0 | 64 | 104 | 16 | 17 | 104 | 70 |
| Binary | 11011011 | 1101010 | 1000101 | 0 | 110100 | 1000100 | 1110 | 1111 | 1000100 | 111000 |
Color Harmonies of #DB6A45
Complementary color
Monochromatic Colors of #DB6A45
Black with #DB6A45
Text Example
Text Example
White with #DB6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A45; }
p { color: rgb(219,106,69); }
H1.HeaderClassName
{
color: #DB6A45;
}
.AnyTagClassName
{
color: #DB6A45;
}
</style>
background-color css
<style>
a { background-color: #DB6A45; }
a { background-color: rgb(219,106,69); }
div.DivClassName
{
background-color: #DB6A45;
}
.BgClassName
{
background-color: #DB6A45;
}
</style>
border-color css
<style>
span { border-color: #DB6A45; }
span { border-color: rgb(219,106,69); }
td.TdClassName
{
border-color: #DB6A45;
}
.TagClassName
{
border-color: #DB6A45;
}
</style>