Shades of Sorbus #DB6736
Tints of Sorbus #DB6736
RGB
CMYK
RGB Variations
Color information
#DB6736 (or 0xDB6736) is known color: Sorbus. HEX triplet: DB, 67 and 36. RGB value is (219,103,54). Sum of RGB (Red+Green+Blue) = 219+103+54=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6736 is #2498C9. Grayscale: #848484. Windows color (decimal): -2398410 or 3565531. OLE color: 3565531.
HSL color Cylindrical-coordinate representation of color #DB6736: hue angle of 17.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB6736 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 54 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.14 |
| HSL | 17.82º | 0.7% | 0.54% | - |
| HSV(B) | 17.82º | 0.75% | 0.86% | - |
| XYZ | 34.73 | 25.03 | 6.49 | - |
| YUV | 132.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 54 | 0 | 0.53 | 0.75 | 0.14 | 17.82 | 0.7 | 0.54 |
| Hex | DB | 67 | 36 | 0 | 35 | 4B | E | 12 | 46 | 36 |
| Octal | 333 | 147 | 66 | 0 | 65 | 113 | 16 | 22 | 106 | 66 |
| Binary | 11011011 | 1100111 | 110110 | 0 | 110101 | 1001011 | 1110 | 10010 | 1000110 | 110110 |
Color Harmonies of #DB6736
Complementary color
Monochromatic Colors of #DB6736
Black with #DB6736
Text Example
Text Example
White with #DB6736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6736; }
p { color: rgb(219,103,54); }
H1.HeaderClassName
{
color: #DB6736;
}
.AnyTagClassName
{
color: #DB6736;
}
</style>
background-color css
<style>
a { background-color: #DB6736; }
a { background-color: rgb(219,103,54); }
div.DivClassName
{
background-color: #DB6736;
}
.BgClassName
{
background-color: #DB6736;
}
</style>
border-color css
<style>
span { border-color: #DB6736; }
span { border-color: rgb(219,103,54); }
td.TdClassName
{
border-color: #DB6736;
}
.TagClassName
{
border-color: #DB6736;
}
</style>