Shades of Sorbus #DB703E
Tints of Sorbus #DB703E
RGB
CMYK
RGB Variations
Color information
#DB703E (or 0xDB703E) is known color: Sorbus. HEX triplet: DB, 70 and 3E. RGB value is (219,112,62). Sum of RGB (Red+Green+Blue) = 219+112+62=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB703E is #248FC1. Grayscale: #8A8A8A. Windows color (decimal): -2396098 or 4092123. OLE color: 4092123.
HSL color Cylindrical-coordinate representation of color #DB703E: hue angle of 19.11º 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 #DB703E is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 62 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.14 |
| HSL | 19.11º | 0.69% | 0.55% | - |
| HSV(B) | 19.11º | 0.72% | 0.86% | - |
| XYZ | 35.88 | 27 | 7.88 | - |
| YUV | 138.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 62 | 0 | 0.49 | 0.72 | 0.14 | 19.11 | 0.69 | 0.55 |
| Hex | DB | 70 | 3E | 0 | 31 | 48 | E | 13 | 45 | 37 |
| Octal | 333 | 160 | 76 | 0 | 61 | 110 | 16 | 23 | 105 | 67 |
| Binary | 11011011 | 1110000 | 111110 | 0 | 110001 | 1001000 | 1110 | 10011 | 1000101 | 110111 |
Color Harmonies of #DB703E
Complementary color
Monochromatic Colors of #DB703E
Black with #DB703E
Text Example
Text Example
White with #DB703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB703E; }
p { color: rgb(219,112,62); }
H1.HeaderClassName
{
color: #DB703E;
}
.AnyTagClassName
{
color: #DB703E;
}
</style>
background-color css
<style>
a { background-color: #DB703E; }
a { background-color: rgb(219,112,62); }
div.DivClassName
{
background-color: #DB703E;
}
.BgClassName
{
background-color: #DB703E;
}
</style>
border-color css
<style>
span { border-color: #DB703E; }
span { border-color: rgb(219,112,62); }
td.TdClassName
{
border-color: #DB703E;
}
.TagClassName
{
border-color: #DB703E;
}
</style>