Shades of Sorbus #DB6B46
Tints of Sorbus #DB6B46
RGB
CMYK
RGB Variations
Color information
#DB6B46 (or 0xDB6B46) is known color: Sorbus. HEX triplet: DB, 6B and 46. RGB value is (219,107,70). Sum of RGB (Red+Green+Blue) = 219+107+70=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B46 is #2494B9. Grayscale: #888888. Windows color (decimal): -2397370 or 4615131. OLE color: 4615131.
HSL color Cylindrical-coordinate representation of color #DB6B46: hue angle of 14.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB6B46 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 70 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.14 |
| HSL | 14.9º | 0.67% | 0.57% | - |
| HSV(B) | 14.9º | 0.68% | 0.86% | - |
| XYZ | 35.58 | 26.02 | 8.94 | - |
| YUV | 136.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 70 | 0 | 0.51 | 0.68 | 0.14 | 14.9 | 0.67 | 0.57 |
| Hex | DB | 6B | 46 | 0 | 33 | 44 | E | F | 43 | 39 |
| Octal | 333 | 153 | 106 | 0 | 63 | 104 | 16 | 17 | 103 | 71 |
| Binary | 11011011 | 1101011 | 1000110 | 0 | 110011 | 1000100 | 1110 | 1111 | 1000011 | 111001 |
Color Harmonies of #DB6B46
Complementary color
Monochromatic Colors of #DB6B46
Black with #DB6B46
Text Example
Text Example
White with #DB6B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B46; }
p { color: rgb(219,107,70); }
H1.HeaderClassName
{
color: #DB6B46;
}
.AnyTagClassName
{
color: #DB6B46;
}
</style>
background-color css
<style>
a { background-color: #DB6B46; }
a { background-color: rgb(219,107,70); }
div.DivClassName
{
background-color: #DB6B46;
}
.BgClassName
{
background-color: #DB6B46;
}
</style>
border-color css
<style>
span { border-color: #DB6B46; }
span { border-color: rgb(219,107,70); }
td.TdClassName
{
border-color: #DB6B46;
}
.TagClassName
{
border-color: #DB6B46;
}
</style>