Shades of Sorbus #DB6532
Tints of Sorbus #DB6532
RGB
CMYK
RGB Variations
Color information
#DB6532 (or 0xDB6532) is known color: Sorbus. HEX triplet: DB, 65 and 32. RGB value is (219,101,50). Sum of RGB (Red+Green+Blue) = 219+101+50=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6532 is #249ACD. Grayscale: #828282. Windows color (decimal): -2398926 or 3302875. OLE color: 3302875.
HSL color Cylindrical-coordinate representation of color #DB6532: hue angle of 18.11º 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 #DB6532 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 50 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.14 |
| HSL | 18.11º | 0.7% | 0.53% | - |
| HSV(B) | 18.11º | 0.77% | 0.86% | - |
| XYZ | 34.44 | 24.6 | 5.95 | - |
| YUV | 130.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 50 | 0 | 0.54 | 0.77 | 0.14 | 18.11 | 0.7 | 0.53 |
| Hex | DB | 65 | 32 | 0 | 36 | 4D | E | 12 | 46 | 35 |
| Octal | 333 | 145 | 62 | 0 | 66 | 115 | 16 | 22 | 106 | 65 |
| Binary | 11011011 | 1100101 | 110010 | 0 | 110110 | 1001101 | 1110 | 10010 | 1000110 | 110101 |
Color Harmonies of #DB6532
Complementary color
Monochromatic Colors of #DB6532
Black with #DB6532
Text Example
Text Example
White with #DB6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6532; }
p { color: rgb(219,101,50); }
H1.HeaderClassName
{
color: #DB6532;
}
.AnyTagClassName
{
color: #DB6532;
}
</style>
background-color css
<style>
a { background-color: #DB6532; }
a { background-color: rgb(219,101,50); }
div.DivClassName
{
background-color: #DB6532;
}
.BgClassName
{
background-color: #DB6532;
}
</style>
border-color css
<style>
span { border-color: #DB6532; }
span { border-color: rgb(219,101,50); }
td.TdClassName
{
border-color: #DB6532;
}
.TagClassName
{
border-color: #DB6532;
}
</style>