Shades of Sorbus #DB683E
Tints of Sorbus #DB683E
RGB
CMYK
RGB Variations
Color information
#DB683E (or 0xDB683E) is known color: Sorbus. HEX triplet: DB, 68 and 3E. RGB value is (219,104,62). Sum of RGB (Red+Green+Blue) = 219+104+62=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB683E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB683E is #2497C1. Grayscale: #858585. Windows color (decimal): -2398146 or 4090075. OLE color: 4090075.
HSL color Cylindrical-coordinate representation of color #DB683E: hue angle of 16.05º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB683E is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 62 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.14 |
| HSL | 16.05º | 0.69% | 0.55% | - |
| HSV(B) | 16.05º | 0.72% | 0.86% | - |
| XYZ | 35.03 | 25.31 | 7.6 | - |
| YUV | 133.6 | 87.6 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 62 | 0 | 0.53 | 0.72 | 0.14 | 16.05 | 0.69 | 0.55 |
| Hex | DB | 68 | 3E | 0 | 35 | 48 | E | 10 | 45 | 37 |
| Octal | 333 | 150 | 76 | 0 | 65 | 110 | 16 | 20 | 105 | 67 |
| Binary | 11011011 | 1101000 | 111110 | 0 | 110101 | 1001000 | 1110 | 10000 | 1000101 | 110111 |
Color Harmonies of #DB683E
Complementary color
Monochromatic Colors of #DB683E
Black with #DB683E
Text Example
Text Example
White with #DB683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB683E; }
p { color: rgb(219,104,62); }
H1.HeaderClassName
{
color: #DB683E;
}
.AnyTagClassName
{
color: #DB683E;
}
</style>
background-color css
<style>
a { background-color: #DB683E; }
a { background-color: rgb(219,104,62); }
div.DivClassName
{
background-color: #DB683E;
}
.BgClassName
{
background-color: #DB683E;
}
</style>
border-color css
<style>
span { border-color: #DB683E; }
span { border-color: rgb(219,104,62); }
td.TdClassName
{
border-color: #DB683E;
}
.TagClassName
{
border-color: #DB683E;
}
</style>