Shades of Sorbus #DB703D
Tints of Sorbus #DB703D
RGB
CMYK
RGB Variations
Color information
#DB703D (or 0xDB703D) is known color: Sorbus. HEX triplet: DB, 70 and 3D. RGB value is (219,112,61). Sum of RGB (Red+Green+Blue) = 219+112+61=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB703D is #248FC2. Grayscale: #8A8A8A. Windows color (decimal): -2396099 or 4026587. OLE color: 4026587.
HSL color Cylindrical-coordinate representation of color #DB703D: hue angle of 19.37º 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 #DB703D is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 61 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.14 |
| HSL | 19.37º | 0.69% | 0.55% | - |
| HSV(B) | 19.37º | 0.72% | 0.86% | - |
| XYZ | 35.85 | 26.99 | 7.73 | - |
| YUV | 138.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 61 | 0 | 0.49 | 0.72 | 0.14 | 19.37 | 0.69 | 0.55 |
| Hex | DB | 70 | 3D | 0 | 31 | 48 | E | 13 | 45 | 37 |
| Octal | 333 | 160 | 75 | 0 | 61 | 110 | 16 | 23 | 105 | 67 |
| Binary | 11011011 | 1110000 | 111101 | 0 | 110001 | 1001000 | 1110 | 10011 | 1000101 | 110111 |
Color Harmonies of #DB703D
Complementary color
Monochromatic Colors of #DB703D
Black with #DB703D
Text Example
Text Example
White with #DB703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB703D; }
p { color: rgb(219,112,61); }
H1.HeaderClassName
{
color: #DB703D;
}
.AnyTagClassName
{
color: #DB703D;
}
</style>
background-color css
<style>
a { background-color: #DB703D; }
a { background-color: rgb(219,112,61); }
div.DivClassName
{
background-color: #DB703D;
}
.BgClassName
{
background-color: #DB703D;
}
</style>
border-color css
<style>
span { border-color: #DB703D; }
span { border-color: rgb(219,112,61); }
td.TdClassName
{
border-color: #DB703D;
}
.TagClassName
{
border-color: #DB703D;
}
</style>