Shades of Sorbus #DB6331
Tints of Sorbus #DB6331
RGB
CMYK
RGB Variations
Color information
#DB6331 (or 0xDB6331) is known color: Sorbus. HEX triplet: DB, 63 and 31. RGB value is (219,99,49). Sum of RGB (Red+Green+Blue) = 219+99+49=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6331 is #249CCE. Grayscale: #818181. Windows color (decimal): -2399439 or 3236827. OLE color: 3236827.
HSL color Cylindrical-coordinate representation of color #DB6331: hue angle of 17.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB6331 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 49 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.14 |
| HSL | 17.65º | 0.7% | 0.53% | - |
| HSV(B) | 17.65º | 0.78% | 0.86% | - |
| XYZ | 34.23 | 24.21 | 5.77 | - |
| YUV | 129.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 49 | 0 | 0.55 | 0.78 | 0.14 | 17.65 | 0.7 | 0.53 |
| Hex | DB | 63 | 31 | 0 | 37 | 4E | E | 12 | 46 | 35 |
| Octal | 333 | 143 | 61 | 0 | 67 | 116 | 16 | 22 | 106 | 65 |
| Binary | 11011011 | 1100011 | 110001 | 0 | 110111 | 1001110 | 1110 | 10010 | 1000110 | 110101 |
Color Harmonies of #DB6331
Complementary color
Monochromatic Colors of #DB6331
Black with #DB6331
Text Example
Text Example
White with #DB6331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6331; }
p { color: rgb(219,99,49); }
H1.HeaderClassName
{
color: #DB6331;
}
.AnyTagClassName
{
color: #DB6331;
}
</style>
background-color css
<style>
a { background-color: #DB6331; }
a { background-color: rgb(219,99,49); }
div.DivClassName
{
background-color: #DB6331;
}
.BgClassName
{
background-color: #DB6331;
}
</style>
border-color css
<style>
span { border-color: #DB6331; }
span { border-color: rgb(219,99,49); }
td.TdClassName
{
border-color: #DB6331;
}
.TagClassName
{
border-color: #DB6331;
}
</style>