Shades of Sorbus #DB7239
Tints of Sorbus #DB7239
RGB
CMYK
RGB Variations
Color information
#DB7239 (or 0xDB7239) is known color: Sorbus. HEX triplet: DB, 72 and 39. RGB value is (219,114,57). Sum of RGB (Red+Green+Blue) = 219+114+57=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7239 is #248DC6. Grayscale: #8B8B8B. Windows color (decimal): -2395591 or 3764955. OLE color: 3764955.
HSL color Cylindrical-coordinate representation of color #DB7239: hue angle of 21.11º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB7239 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 57 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.14 |
| HSL | 21.11º | 0.69% | 0.54% | - |
| HSV(B) | 21.11º | 0.74% | 0.86% | - |
| XYZ | 35.97 | 27.39 | 7.26 | - |
| YUV | 138.9 | 81.79 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 57 | 0 | 0.48 | 0.74 | 0.14 | 21.11 | 0.69 | 0.54 |
| Hex | DB | 72 | 39 | 0 | 30 | 4A | E | 15 | 45 | 36 |
| Octal | 333 | 162 | 71 | 0 | 60 | 112 | 16 | 25 | 105 | 66 |
| Binary | 11011011 | 1110010 | 111001 | 0 | 110000 | 1001010 | 1110 | 10101 | 1000101 | 110110 |
Color Harmonies of #DB7239
Complementary color
Monochromatic Colors of #DB7239
Black with #DB7239
Text Example
Text Example
White with #DB7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7239; }
p { color: rgb(219,114,57); }
H1.HeaderClassName
{
color: #DB7239;
}
.AnyTagClassName
{
color: #DB7239;
}
</style>
background-color css
<style>
a { background-color: #DB7239; }
a { background-color: rgb(219,114,57); }
div.DivClassName
{
background-color: #DB7239;
}
.BgClassName
{
background-color: #DB7239;
}
</style>
border-color css
<style>
span { border-color: #DB7239; }
span { border-color: rgb(219,114,57); }
td.TdClassName
{
border-color: #DB7239;
}
.TagClassName
{
border-color: #DB7239;
}
</style>