Shades of Sorbus #DC6643
Tints of Sorbus #DC6643
RGB
CMYK
RGB Variations
Color information
#DC6643 (or 0xDC6643) is known color: Sorbus. HEX triplet: DC, 66 and 43. RGB value is (220,102,67). Sum of RGB (Red+Green+Blue) = 220+102+67=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6643 is #2399BC. Grayscale: #858585. Windows color (decimal): -2333117 or 4417244. OLE color: 4417244.
HSL color Cylindrical-coordinate representation of color #DC6643: hue angle of 13.73º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC6643 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 67 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.14 |
| HSL | 13.73º | 0.69% | 0.56% | - |
| HSV(B) | 13.73º | 0.7% | 0.86% | - |
| XYZ | 35.28 | 25.12 | 8.3 | - |
| YUV | 133.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 67 | 0 | 0.54 | 0.70 | 0.14 | 13.73 | 0.69 | 0.56 |
| Hex | DC | 66 | 43 | 0 | 36 | 46 | E | E | 45 | 38 |
| Octal | 334 | 146 | 103 | 0 | 66 | 106 | 16 | 16 | 105 | 70 |
| Binary | 11011100 | 1100110 | 1000011 | 0 | 110110 | 1000110 | 1110 | 1110 | 1000101 | 111000 |
Color Harmonies of #DC6643
Complementary color
Monochromatic Colors of #DC6643
Black with #DC6643
Text Example
Text Example
White with #DC6643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6643; }
p { color: rgb(220,102,67); }
H1.HeaderClassName
{
color: #DC6643;
}
.AnyTagClassName
{
color: #DC6643;
}
</style>
background-color css
<style>
a { background-color: #DC6643; }
a { background-color: rgb(220,102,67); }
div.DivClassName
{
background-color: #DC6643;
}
.BgClassName
{
background-color: #DC6643;
}
</style>
border-color css
<style>
span { border-color: #DC6643; }
span { border-color: rgb(220,102,67); }
td.TdClassName
{
border-color: #DC6643;
}
.TagClassName
{
border-color: #DC6643;
}
</style>