Shades of Sorbus #DF713D
Tints of Sorbus #DF713D
RGB
CMYK
RGB Variations
Color information
#DF713D (or 0xDF713D) is known color: Sorbus. HEX triplet: DF, 71 and 3D. RGB value is (223,113,61). Sum of RGB (Red+Green+Blue) = 223+113+61=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF713D is #208EC2. Grayscale: #8C8C8C. Windows color (decimal): -2133699 or 4026847. OLE color: 4026847.
HSL color Cylindrical-coordinate representation of color #DF713D: hue angle of 19.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF713D is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 61 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.13 |
| HSL | 19.26º | 0.72% | 0.56% | - |
| HSV(B) | 19.26º | 0.73% | 0.87% | - |
| XYZ | 37.18 | 27.84 | 7.83 | - |
| YUV | 139.96 | 83.44 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 61 | 0 | 0.49 | 0.73 | 0.13 | 19.26 | 0.72 | 0.56 |
| Hex | DF | 71 | 3D | 0 | 31 | 49 | D | 13 | 48 | 38 |
| Octal | 337 | 161 | 75 | 0 | 61 | 111 | 15 | 23 | 110 | 70 |
| Binary | 11011111 | 1110001 | 111101 | 0 | 110001 | 1001001 | 1101 | 10011 | 1001000 | 111000 |
Color Harmonies of #DF713D
Complementary color
Monochromatic Colors of #DF713D
Black with #DF713D
Text Example
Text Example
White with #DF713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF713D; }
p { color: rgb(223,113,61); }
H1.HeaderClassName
{
color: #DF713D;
}
.AnyTagClassName
{
color: #DF713D;
}
</style>
background-color css
<style>
a { background-color: #DF713D; }
a { background-color: rgb(223,113,61); }
div.DivClassName
{
background-color: #DF713D;
}
.BgClassName
{
background-color: #DF713D;
}
</style>
border-color css
<style>
span { border-color: #DF713D; }
span { border-color: rgb(223,113,61); }
td.TdClassName
{
border-color: #DF713D;
}
.TagClassName
{
border-color: #DF713D;
}
</style>