Shades of Sorbus #DB713D
Tints of Sorbus #DB713D
RGB
CMYK
RGB Variations
Color information
#DB713D (or 0xDB713D) is known color: Sorbus. HEX triplet: DB, 71 and 3D. RGB value is (219,113,61). Sum of RGB (Red+Green+Blue) = 219+113+61=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB713D is #248EC2. Grayscale: #8B8B8B. Windows color (decimal): -2395843 or 4026843. OLE color: 4026843.
HSL color Cylindrical-coordinate representation of color #DB713D: hue angle of 19.75º 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 #DB713D is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 61 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.14 |
| HSL | 19.75º | 0.69% | 0.55% | - |
| HSV(B) | 19.75º | 0.72% | 0.86% | - |
| XYZ | 35.96 | 27.21 | 7.77 | - |
| YUV | 138.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 61 | 0 | 0.48 | 0.72 | 0.14 | 19.75 | 0.69 | 0.55 |
| Hex | DB | 71 | 3D | 0 | 30 | 48 | E | 14 | 45 | 37 |
| Octal | 333 | 161 | 75 | 0 | 60 | 110 | 16 | 24 | 105 | 67 |
| Binary | 11011011 | 1110001 | 111101 | 0 | 110000 | 1001000 | 1110 | 10100 | 1000101 | 110111 |
Color Harmonies of #DB713D
Complementary color
Monochromatic Colors of #DB713D
Black with #DB713D
Text Example
Text Example
White with #DB713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB713D; }
p { color: rgb(219,113,61); }
H1.HeaderClassName
{
color: #DB713D;
}
.AnyTagClassName
{
color: #DB713D;
}
</style>
background-color css
<style>
a { background-color: #DB713D; }
a { background-color: rgb(219,113,61); }
div.DivClassName
{
background-color: #DB713D;
}
.BgClassName
{
background-color: #DB713D;
}
</style>
border-color css
<style>
span { border-color: #DB713D; }
span { border-color: rgb(219,113,61); }
td.TdClassName
{
border-color: #DB713D;
}
.TagClassName
{
border-color: #DB713D;
}
</style>