Shades of Sorbus #DB6732
Tints of Sorbus #DB6732
RGB
CMYK
RGB Variations
Color information
#DB6732 (or 0xDB6732) is known color: Sorbus. HEX triplet: DB, 67 and 32. RGB value is (219,103,50). Sum of RGB (Red+Green+Blue) = 219+103+50=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6732 is #2498CD. Grayscale: #838383. Windows color (decimal): -2398414 or 3303387. OLE color: 3303387.
HSL color Cylindrical-coordinate representation of color #DB6732: hue angle of 18.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB6732 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 50 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.14 |
| HSL | 18.82º | 0.7% | 0.53% | - |
| HSV(B) | 18.82º | 0.77% | 0.86% | - |
| XYZ | 34.64 | 24.99 | 6.02 | - |
| YUV | 131.64 | 81.93 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 50 | 0 | 0.53 | 0.77 | 0.14 | 18.82 | 0.7 | 0.53 |
| Hex | DB | 67 | 32 | 0 | 35 | 4D | E | 13 | 46 | 35 |
| Octal | 333 | 147 | 62 | 0 | 65 | 115 | 16 | 23 | 106 | 65 |
| Binary | 11011011 | 1100111 | 110010 | 0 | 110101 | 1001101 | 1110 | 10011 | 1000110 | 110101 |
Color Harmonies of #DB6732
Complementary color
Monochromatic Colors of #DB6732
Black with #DB6732
Text Example
Text Example
White with #DB6732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6732; }
p { color: rgb(219,103,50); }
H1.HeaderClassName
{
color: #DB6732;
}
.AnyTagClassName
{
color: #DB6732;
}
</style>
background-color css
<style>
a { background-color: #DB6732; }
a { background-color: rgb(219,103,50); }
div.DivClassName
{
background-color: #DB6732;
}
.BgClassName
{
background-color: #DB6732;
}
</style>
border-color css
<style>
span { border-color: #DB6732; }
span { border-color: rgb(219,103,50); }
td.TdClassName
{
border-color: #DB6732;
}
.TagClassName
{
border-color: #DB6732;
}
</style>