Shades of Sorbus #DB6334
Tints of Sorbus #DB6334
RGB
CMYK
RGB Variations
Color information
#DB6334 (or 0xDB6334) is known color: Sorbus. HEX triplet: DB, 63 and 34. RGB value is (219,99,52). Sum of RGB (Red+Green+Blue) = 219+99+52=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6334 is #249CCB. Grayscale: #818181. Windows color (decimal): -2399436 or 3433435. OLE color: 3433435.
HSL color Cylindrical-coordinate representation of color #DB6334: hue angle of 16.89º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB6334 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 52 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.14 |
| HSL | 16.89º | 0.7% | 0.53% | - |
| HSV(B) | 16.89º | 0.76% | 0.86% | - |
| XYZ | 34.3 | 24.23 | 6.12 | - |
| YUV | 129.52 | 84.26 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 52 | 0 | 0.55 | 0.76 | 0.14 | 16.89 | 0.7 | 0.53 |
| Hex | DB | 63 | 34 | 0 | 37 | 4C | E | 11 | 46 | 35 |
| Octal | 333 | 143 | 64 | 0 | 67 | 114 | 16 | 21 | 106 | 65 |
| Binary | 11011011 | 1100011 | 110100 | 0 | 110111 | 1001100 | 1110 | 10001 | 1000110 | 110101 |
Color Harmonies of #DB6334
Complementary color
Monochromatic Colors of #DB6334
Black with #DB6334
Text Example
Text Example
White with #DB6334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6334; }
p { color: rgb(219,99,52); }
H1.HeaderClassName
{
color: #DB6334;
}
.AnyTagClassName
{
color: #DB6334;
}
</style>
background-color css
<style>
a { background-color: #DB6334; }
a { background-color: rgb(219,99,52); }
div.DivClassName
{
background-color: #DB6334;
}
.BgClassName
{
background-color: #DB6334;
}
</style>
border-color css
<style>
span { border-color: #DB6334; }
span { border-color: rgb(219,99,52); }
td.TdClassName
{
border-color: #DB6334;
}
.TagClassName
{
border-color: #DB6334;
}
</style>