Shades of Sorbus #DB6F3B
Tints of Sorbus #DB6F3B
RGB
CMYK
RGB Variations
Color information
#DB6F3B (or 0xDB6F3B) is known color: Sorbus. HEX triplet: DB, 6F and 3B. RGB value is (219,111,59). Sum of RGB (Red+Green+Blue) = 219+111+59=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F3B is #2490C4. Grayscale: #898989. Windows color (decimal): -2396357 or 3895259. OLE color: 3895259.
HSL color Cylindrical-coordinate representation of color #DB6F3B: hue angle of 19.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB6F3B is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 59 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.14 |
| HSL | 19.5º | 0.69% | 0.55% | - |
| HSV(B) | 19.5º | 0.73% | 0.86% | - |
| XYZ | 35.69 | 26.74 | 7.42 | - |
| YUV | 137.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 59 | 0 | 0.49 | 0.73 | 0.14 | 19.5 | 0.69 | 0.55 |
| Hex | DB | 6F | 3B | 0 | 31 | 49 | E | 14 | 45 | 37 |
| Octal | 333 | 157 | 73 | 0 | 61 | 111 | 16 | 24 | 105 | 67 |
| Binary | 11011011 | 1101111 | 111011 | 0 | 110001 | 1001001 | 1110 | 10100 | 1000101 | 110111 |
Color Harmonies of #DB6F3B
Complementary color
Monochromatic Colors of #DB6F3B
Black with #DB6F3B
Text Example
Text Example
White with #DB6F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F3B; }
p { color: rgb(219,111,59); }
H1.HeaderClassName
{
color: #DB6F3B;
}
.AnyTagClassName
{
color: #DB6F3B;
}
</style>
background-color css
<style>
a { background-color: #DB6F3B; }
a { background-color: rgb(219,111,59); }
div.DivClassName
{
background-color: #DB6F3B;
}
.BgClassName
{
background-color: #DB6F3B;
}
</style>
border-color css
<style>
span { border-color: #DB6F3B; }
span { border-color: rgb(219,111,59); }
td.TdClassName
{
border-color: #DB6F3B;
}
.TagClassName
{
border-color: #DB6F3B;
}
</style>