Shades of Sorbus #DB6536
Tints of Sorbus #DB6536
RGB
CMYK
RGB Variations
Color information
#DB6536 (or 0xDB6536) is known color: Sorbus. HEX triplet: DB, 65 and 36. RGB value is (219,101,54). Sum of RGB (Red+Green+Blue) = 219+101+54=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6536 is #249AC9. Grayscale: #838383. Windows color (decimal): -2398922 or 3565019. OLE color: 3565019.
HSL color Cylindrical-coordinate representation of color #DB6536: hue angle of 17.09º 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 #DB6536 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 54 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.14 |
| HSL | 17.09º | 0.7% | 0.54% | - |
| HSV(B) | 17.09º | 0.75% | 0.86% | - |
| XYZ | 34.53 | 24.63 | 6.42 | - |
| YUV | 130.92 | 84.59 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 54 | 0 | 0.54 | 0.75 | 0.14 | 17.09 | 0.7 | 0.54 |
| Hex | DB | 65 | 36 | 0 | 36 | 4B | E | 11 | 46 | 36 |
| Octal | 333 | 145 | 66 | 0 | 66 | 113 | 16 | 21 | 106 | 66 |
| Binary | 11011011 | 1100101 | 110110 | 0 | 110110 | 1001011 | 1110 | 10001 | 1000110 | 110110 |
Color Harmonies of #DB6536
Complementary color
Monochromatic Colors of #DB6536
Black with #DB6536
Text Example
Text Example
White with #DB6536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6536; }
p { color: rgb(219,101,54); }
H1.HeaderClassName
{
color: #DB6536;
}
.AnyTagClassName
{
color: #DB6536;
}
</style>
background-color css
<style>
a { background-color: #DB6536; }
a { background-color: rgb(219,101,54); }
div.DivClassName
{
background-color: #DB6536;
}
.BgClassName
{
background-color: #DB6536;
}
</style>
border-color css
<style>
span { border-color: #DB6536; }
span { border-color: rgb(219,101,54); }
td.TdClassName
{
border-color: #DB6536;
}
.TagClassName
{
border-color: #DB6536;
}
</style>