Shades of Sorbus #DB6439
Tints of Sorbus #DB6439
RGB
CMYK
RGB Variations
Color information
#DB6439 (or 0xDB6439) is known color: Sorbus. HEX triplet: DB, 64 and 39. RGB value is (219,100,57). Sum of RGB (Red+Green+Blue) = 219+100+57=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6439 is #249BC6. Grayscale: #828282. Windows color (decimal): -2399175 or 3761371. OLE color: 3761371.
HSL color Cylindrical-coordinate representation of color #DB6439: hue angle of 15.93º 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 #DB6439 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 57 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.14 |
| HSL | 15.93º | 0.69% | 0.54% | - |
| HSV(B) | 15.93º | 0.74% | 0.86% | - |
| XYZ | 34.51 | 24.47 | 6.78 | - |
| YUV | 130.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 57 | 0 | 0.54 | 0.74 | 0.14 | 15.93 | 0.69 | 0.54 |
| Hex | DB | 64 | 39 | 0 | 36 | 4A | E | 10 | 45 | 36 |
| Octal | 333 | 144 | 71 | 0 | 66 | 112 | 16 | 20 | 105 | 66 |
| Binary | 11011011 | 1100100 | 111001 | 0 | 110110 | 1001010 | 1110 | 10000 | 1000101 | 110110 |
Color Harmonies of #DB6439
Complementary color
Monochromatic Colors of #DB6439
Black with #DB6439
Text Example
Text Example
White with #DB6439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6439; }
p { color: rgb(219,100,57); }
H1.HeaderClassName
{
color: #DB6439;
}
.AnyTagClassName
{
color: #DB6439;
}
</style>
background-color css
<style>
a { background-color: #DB6439; }
a { background-color: rgb(219,100,57); }
div.DivClassName
{
background-color: #DB6439;
}
.BgClassName
{
background-color: #DB6439;
}
</style>
border-color css
<style>
span { border-color: #DB6439; }
span { border-color: rgb(219,100,57); }
td.TdClassName
{
border-color: #DB6439;
}
.TagClassName
{
border-color: #DB6439;
}
</style>