Shades of Sorbus #DB703B
Tints of Sorbus #DB703B
RGB
CMYK
RGB Variations
Color information
#DB703B (or 0xDB703B) is known color: Sorbus. HEX triplet: DB, 70 and 3B. RGB value is (219,112,59). Sum of RGB (Red+Green+Blue) = 219+112+59=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB703B is #248FC4. Grayscale: #8A8A8A. Windows color (decimal): -2396101 or 3895515. OLE color: 3895515.
HSL color Cylindrical-coordinate representation of color #DB703B: hue angle of 19.88º 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 #DB703B is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 59 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.14 |
| HSL | 19.88º | 0.69% | 0.55% | - |
| HSV(B) | 19.88º | 0.73% | 0.86% | - |
| XYZ | 35.8 | 26.96 | 7.46 | - |
| YUV | 137.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 59 | 0 | 0.49 | 0.73 | 0.14 | 19.88 | 0.69 | 0.55 |
| Hex | DB | 70 | 3B | 0 | 31 | 49 | E | 14 | 45 | 37 |
| Octal | 333 | 160 | 73 | 0 | 61 | 111 | 16 | 24 | 105 | 67 |
| Binary | 11011011 | 1110000 | 111011 | 0 | 110001 | 1001001 | 1110 | 10100 | 1000101 | 110111 |
Color Harmonies of #DB703B
Complementary color
Monochromatic Colors of #DB703B
Black with #DB703B
Text Example
Text Example
White with #DB703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB703B; }
p { color: rgb(219,112,59); }
H1.HeaderClassName
{
color: #DB703B;
}
.AnyTagClassName
{
color: #DB703B;
}
</style>
background-color css
<style>
a { background-color: #DB703B; }
a { background-color: rgb(219,112,59); }
div.DivClassName
{
background-color: #DB703B;
}
.BgClassName
{
background-color: #DB703B;
}
</style>
border-color css
<style>
span { border-color: #DB703B; }
span { border-color: rgb(219,112,59); }
td.TdClassName
{
border-color: #DB703B;
}
.TagClassName
{
border-color: #DB703B;
}
</style>