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