Shades of Sorbus #DC743D
Tints of Sorbus #DC743D
RGB
CMYK
RGB Variations
Color information
#DC743D (or 0xDC743D) is known color: Sorbus. HEX triplet: DC, 74 and 3D. RGB value is (220,116,61). Sum of RGB (Red+Green+Blue) = 220+116+61=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC743D is #238BC2. Grayscale: #8D8D8D. Windows color (decimal): -2329539 or 4027612. OLE color: 4027612.
HSL color Cylindrical-coordinate representation of color #DC743D: hue angle of 20.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 #DC743D is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 61 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.14 |
| HSL | 20.75º | 0.69% | 0.55% | - |
| HSV(B) | 20.75º | 0.72% | 0.86% | - |
| XYZ | 36.6 | 28.04 | 7.9 | - |
| YUV | 140.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 61 | 0 | 0.47 | 0.72 | 0.14 | 20.75 | 0.69 | 0.55 |
| Hex | DC | 74 | 3D | 0 | 2F | 48 | E | 15 | 45 | 37 |
| Octal | 334 | 164 | 75 | 0 | 57 | 110 | 16 | 25 | 105 | 67 |
| Binary | 11011100 | 1110100 | 111101 | 0 | 101111 | 1001000 | 1110 | 10101 | 1000101 | 110111 |
Color Harmonies of #DC743D
Complementary color
Monochromatic Colors of #DC743D
Black with #DC743D
Text Example
Text Example
White with #DC743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC743D; }
p { color: rgb(220,116,61); }
H1.HeaderClassName
{
color: #DC743D;
}
.AnyTagClassName
{
color: #DC743D;
}
</style>
background-color css
<style>
a { background-color: #DC743D; }
a { background-color: rgb(220,116,61); }
div.DivClassName
{
background-color: #DC743D;
}
.BgClassName
{
background-color: #DC743D;
}
</style>
border-color css
<style>
span { border-color: #DC743D; }
span { border-color: rgb(220,116,61); }
td.TdClassName
{
border-color: #DC743D;
}
.TagClassName
{
border-color: #DC743D;
}
</style>