Shades of Sorbus #DB693B
Tints of Sorbus #DB693B
RGB
CMYK
RGB Variations
Color information
#DB693B (or 0xDB693B) is known color: Sorbus. HEX triplet: DB, 69 and 3B. RGB value is (219,105,59). Sum of RGB (Red+Green+Blue) = 219+105+59=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB693B is #2496C4. Grayscale: #868686. Windows color (decimal): -2397893 or 3893723. OLE color: 3893723.
HSL color Cylindrical-coordinate representation of color #DB693B: hue angle of 17.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB693B is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 59 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.14 |
| HSL | 17.25º | 0.69% | 0.55% | - |
| HSV(B) | 17.25º | 0.73% | 0.86% | - |
| XYZ | 35.05 | 25.48 | 7.21 | - |
| YUV | 133.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 59 | 0 | 0.52 | 0.73 | 0.14 | 17.25 | 0.69 | 0.55 |
| Hex | DB | 69 | 3B | 0 | 34 | 49 | E | 11 | 45 | 37 |
| Octal | 333 | 151 | 73 | 0 | 64 | 111 | 16 | 21 | 105 | 67 |
| Binary | 11011011 | 1101001 | 111011 | 0 | 110100 | 1001001 | 1110 | 10001 | 1000101 | 110111 |
Color Harmonies of #DB693B
Complementary color
Monochromatic Colors of #DB693B
Black with #DB693B
Text Example
Text Example
White with #DB693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB693B; }
p { color: rgb(219,105,59); }
H1.HeaderClassName
{
color: #DB693B;
}
.AnyTagClassName
{
color: #DB693B;
}
</style>
background-color css
<style>
a { background-color: #DB693B; }
a { background-color: rgb(219,105,59); }
div.DivClassName
{
background-color: #DB693B;
}
.BgClassName
{
background-color: #DB693B;
}
</style>
border-color css
<style>
span { border-color: #DB693B; }
span { border-color: rgb(219,105,59); }
td.TdClassName
{
border-color: #DB693B;
}
.TagClassName
{
border-color: #DB693B;
}
</style>