Shades of Sorbus #DB6238
Tints of Sorbus #DB6238
RGB
CMYK
RGB Variations
Color information
#DB6238 (or 0xDB6238) is known color: Sorbus. HEX triplet: DB, 62 and 38. RGB value is (219,98,56). Sum of RGB (Red+Green+Blue) = 219+98+56=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6238 is #249DC7. Grayscale: #818181. Windows color (decimal): -2399688 or 3695323. OLE color: 3695323.
HSL color Cylindrical-coordinate representation of color #DB6238: hue angle of 15.46º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB6238 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 56 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.14 |
| HSL | 15.46º | 0.69% | 0.54% | - |
| HSV(B) | 15.46º | 0.74% | 0.86% | - |
| XYZ | 34.29 | 24.08 | 6.58 | - |
| YUV | 129.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 56 | 0 | 0.55 | 0.74 | 0.14 | 15.46 | 0.69 | 0.54 |
| Hex | DB | 62 | 38 | 0 | 37 | 4A | E | F | 45 | 36 |
| Octal | 333 | 142 | 70 | 0 | 67 | 112 | 16 | 17 | 105 | 66 |
| Binary | 11011011 | 1100010 | 111000 | 0 | 110111 | 1001010 | 1110 | 1111 | 1000101 | 110110 |
Color Harmonies of #DB6238
Complementary color
Monochromatic Colors of #DB6238
Black with #DB6238
Text Example
Text Example
White with #DB6238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6238; }
p { color: rgb(219,98,56); }
H1.HeaderClassName
{
color: #DB6238;
}
.AnyTagClassName
{
color: #DB6238;
}
</style>
background-color css
<style>
a { background-color: #DB6238; }
a { background-color: rgb(219,98,56); }
div.DivClassName
{
background-color: #DB6238;
}
.BgClassName
{
background-color: #DB6238;
}
</style>
border-color css
<style>
span { border-color: #DB6238; }
span { border-color: rgb(219,98,56); }
td.TdClassName
{
border-color: #DB6238;
}
.TagClassName
{
border-color: #DB6238;
}
</style>