Shades of Sorbus #DB6F37
Tints of Sorbus #DB6F37
RGB
CMYK
RGB Variations
Color information
#DB6F37 (or 0xDB6F37) is known color: Sorbus. HEX triplet: DB, 6F and 37. RGB value is (219,111,55). Sum of RGB (Red+Green+Blue) = 219+111+55=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F37 is #2490C8. Grayscale: #898989. Windows color (decimal): -2396361 or 3633115. OLE color: 3633115.
HSL color Cylindrical-coordinate representation of color #DB6F37: hue angle of 20.49º degrees, saturation: 0.69, 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 #DB6F37 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 55 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.14 |
| HSL | 20.49º | 0.69% | 0.54% | - |
| HSV(B) | 20.49º | 0.75% | 0.86% | - |
| XYZ | 35.59 | 26.7 | 6.89 | - |
| YUV | 136.91 | 81.78 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 55 | 0 | 0.49 | 0.75 | 0.14 | 20.49 | 0.69 | 0.54 |
| Hex | DB | 6F | 37 | 0 | 31 | 4B | E | 14 | 45 | 36 |
| Octal | 333 | 157 | 67 | 0 | 61 | 113 | 16 | 24 | 105 | 66 |
| Binary | 11011011 | 1101111 | 110111 | 0 | 110001 | 1001011 | 1110 | 10100 | 1000101 | 110110 |
Color Harmonies of #DB6F37
Complementary color
Monochromatic Colors of #DB6F37
Black with #DB6F37
Text Example
Text Example
White with #DB6F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F37; }
p { color: rgb(219,111,55); }
H1.HeaderClassName
{
color: #DB6F37;
}
.AnyTagClassName
{
color: #DB6F37;
}
</style>
background-color css
<style>
a { background-color: #DB6F37; }
a { background-color: rgb(219,111,55); }
div.DivClassName
{
background-color: #DB6F37;
}
.BgClassName
{
background-color: #DB6F37;
}
</style>
border-color css
<style>
span { border-color: #DB6F37; }
span { border-color: rgb(219,111,55); }
td.TdClassName
{
border-color: #DB6F37;
}
.TagClassName
{
border-color: #DB6F37;
}
</style>