Shades of Sorbus #DB6A36
Tints of Sorbus #DB6A36
RGB
CMYK
RGB Variations
Color information
#DB6A36 (or 0xDB6A36) is known color: Sorbus. HEX triplet: DB, 6A and 36. RGB value is (219,106,54). Sum of RGB (Red+Green+Blue) = 219+106+54=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6A36 is #2495C9. Grayscale: #868686. Windows color (decimal): -2397642 or 3566299. OLE color: 3566299.
HSL color Cylindrical-coordinate representation of color #DB6A36: hue angle of 18.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB6A36 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 54 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.14 |
| HSL | 18.91º | 0.7% | 0.54% | - |
| HSV(B) | 18.91º | 0.75% | 0.86% | - |
| XYZ | 35.03 | 25.63 | 6.59 | - |
| YUV | 133.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 54 | 0 | 0.52 | 0.75 | 0.14 | 18.91 | 0.7 | 0.54 |
| Hex | DB | 6A | 36 | 0 | 34 | 4B | E | 13 | 46 | 36 |
| Octal | 333 | 152 | 66 | 0 | 64 | 113 | 16 | 23 | 106 | 66 |
| Binary | 11011011 | 1101010 | 110110 | 0 | 110100 | 1001011 | 1110 | 10011 | 1000110 | 110110 |
Color Harmonies of #DB6A36
Complementary color
Monochromatic Colors of #DB6A36
Black with #DB6A36
Text Example
Text Example
White with #DB6A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A36; }
p { color: rgb(219,106,54); }
H1.HeaderClassName
{
color: #DB6A36;
}
.AnyTagClassName
{
color: #DB6A36;
}
</style>
background-color css
<style>
a { background-color: #DB6A36; }
a { background-color: rgb(219,106,54); }
div.DivClassName
{
background-color: #DB6A36;
}
.BgClassName
{
background-color: #DB6A36;
}
</style>
border-color css
<style>
span { border-color: #DB6A36; }
span { border-color: rgb(219,106,54); }
td.TdClassName
{
border-color: #DB6A36;
}
.TagClassName
{
border-color: #DB6A36;
}
</style>