Shades of Sorbus #DB6F34
Tints of Sorbus #DB6F34
RGB
CMYK
RGB Variations
Color information
#DB6F34 (or 0xDB6F34) is known color: Sorbus. HEX triplet: DB, 6F and 34. RGB value is (219,111,52). Sum of RGB (Red+Green+Blue) = 219+111+52=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F34 is #2490CB. Grayscale: #888888. Windows color (decimal): -2396364 or 3436507. OLE color: 3436507.
HSL color Cylindrical-coordinate representation of color #DB6F34: hue angle of 21.2º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB6F34 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 52 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.14 |
| HSL | 21.2º | 0.7% | 0.53% | - |
| HSV(B) | 21.2º | 0.76% | 0.86% | - |
| XYZ | 35.52 | 26.68 | 6.53 | - |
| YUV | 136.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 52 | 0 | 0.49 | 0.76 | 0.14 | 21.2 | 0.7 | 0.53 |
| Hex | DB | 6F | 34 | 0 | 31 | 4C | E | 15 | 46 | 35 |
| Octal | 333 | 157 | 64 | 0 | 61 | 114 | 16 | 25 | 106 | 65 |
| Binary | 11011011 | 1101111 | 110100 | 0 | 110001 | 1001100 | 1110 | 10101 | 1000110 | 110101 |
Color Harmonies of #DB6F34
Complementary color
Monochromatic Colors of #DB6F34
Black with #DB6F34
Text Example
Text Example
White with #DB6F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F34; }
p { color: rgb(219,111,52); }
H1.HeaderClassName
{
color: #DB6F34;
}
.AnyTagClassName
{
color: #DB6F34;
}
</style>
background-color css
<style>
a { background-color: #DB6F34; }
a { background-color: rgb(219,111,52); }
div.DivClassName
{
background-color: #DB6F34;
}
.BgClassName
{
background-color: #DB6F34;
}
</style>
border-color css
<style>
span { border-color: #DB6F34; }
span { border-color: rgb(219,111,52); }
td.TdClassName
{
border-color: #DB6F34;
}
.TagClassName
{
border-color: #DB6F34;
}
</style>