Shades of Sorbus #DB6734
Tints of Sorbus #DB6734
RGB
CMYK
RGB Variations
Color information
#DB6734 (or 0xDB6734) is known color: Sorbus. HEX triplet: DB, 67 and 34. RGB value is (219,103,52). Sum of RGB (Red+Green+Blue) = 219+103+52=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6734 is #2498CB. Grayscale: #848484. Windows color (decimal): -2398412 or 3434459. OLE color: 3434459.
HSL color Cylindrical-coordinate representation of color #DB6734: hue angle of 18.32º 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 #DB6734 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 52 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.14 |
| HSL | 18.32º | 0.7% | 0.53% | - |
| HSV(B) | 18.32º | 0.76% | 0.86% | - |
| XYZ | 34.68 | 25.01 | 6.25 | - |
| YUV | 131.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 52 | 0 | 0.53 | 0.76 | 0.14 | 18.32 | 0.7 | 0.53 |
| Hex | DB | 67 | 34 | 0 | 35 | 4C | E | 12 | 46 | 35 |
| Octal | 333 | 147 | 64 | 0 | 65 | 114 | 16 | 22 | 106 | 65 |
| Binary | 11011011 | 1100111 | 110100 | 0 | 110101 | 1001100 | 1110 | 10010 | 1000110 | 110101 |
Color Harmonies of #DB6734
Complementary color
Monochromatic Colors of #DB6734
Black with #DB6734
Text Example
Text Example
White with #DB6734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6734; }
p { color: rgb(219,103,52); }
H1.HeaderClassName
{
color: #DB6734;
}
.AnyTagClassName
{
color: #DB6734;
}
</style>
background-color css
<style>
a { background-color: #DB6734; }
a { background-color: rgb(219,103,52); }
div.DivClassName
{
background-color: #DB6734;
}
.BgClassName
{
background-color: #DB6734;
}
</style>
border-color css
<style>
span { border-color: #DB6734; }
span { border-color: rgb(219,103,52); }
td.TdClassName
{
border-color: #DB6734;
}
.TagClassName
{
border-color: #DB6734;
}
</style>