Shades of Sorbus #DC713D
Tints of Sorbus #DC713D
RGB
CMYK
RGB Variations
Color information
#DC713D (or 0xDC713D) is known color: Sorbus. HEX triplet: DC, 71 and 3D. RGB value is (220,113,61). Sum of RGB (Red+Green+Blue) = 220+113+61=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC713D is #238EC2. Grayscale: #8B8B8B. Windows color (decimal): -2330307 or 4026844. OLE color: 4026844.
HSL color Cylindrical-coordinate representation of color #DC713D: 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.72%. Process color model (Four color, CMYK) of #DC713D is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 61 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.14 |
| HSL | 19.62º | 0.69% | 0.55% | - |
| HSV(B) | 19.62º | 0.72% | 0.86% | - |
| XYZ | 36.26 | 27.36 | 7.79 | - |
| YUV | 139.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 61 | 0 | 0.49 | 0.72 | 0.14 | 19.62 | 0.69 | 0.55 |
| Hex | DC | 71 | 3D | 0 | 31 | 48 | E | 14 | 45 | 37 |
| Octal | 334 | 161 | 75 | 0 | 61 | 110 | 16 | 24 | 105 | 67 |
| Binary | 11011100 | 1110001 | 111101 | 0 | 110001 | 1001000 | 1110 | 10100 | 1000101 | 110111 |
Color Harmonies of #DC713D
Complementary color
Monochromatic Colors of #DC713D
Black with #DC713D
Text Example
Text Example
White with #DC713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC713D; }
p { color: rgb(220,113,61); }
H1.HeaderClassName
{
color: #DC713D;
}
.AnyTagClassName
{
color: #DC713D;
}
</style>
background-color css
<style>
a { background-color: #DC713D; }
a { background-color: rgb(220,113,61); }
div.DivClassName
{
background-color: #DC713D;
}
.BgClassName
{
background-color: #DC713D;
}
</style>
border-color css
<style>
span { border-color: #DC713D; }
span { border-color: rgb(220,113,61); }
td.TdClassName
{
border-color: #DC713D;
}
.TagClassName
{
border-color: #DC713D;
}
</style>